mindspace: close authority boundaries
This commit is contained in:
@@ -25,7 +25,6 @@ test('quickPlazaFromPublicHtml rejects non-public html paths', async () => {
|
||||
mindSpacePages: {},
|
||||
mindSpacePublications: {},
|
||||
plazaPosts: {},
|
||||
publishDir: '/tmp/publish',
|
||||
}),
|
||||
),
|
||||
(error) => error?.code === 'invalid_public_html_path',
|
||||
@@ -76,7 +75,6 @@ test('quickPlazaFromPublicHtml blocks duplicate plaza posts for the same workspa
|
||||
},
|
||||
mindSpacePublications: {},
|
||||
plazaPosts: {},
|
||||
publishDir: '/tmp/publish',
|
||||
}),
|
||||
(error) => error?.code === 'ALREADY_PUBLISHED' && error?.details?.post_id === 'post-chat',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user