undo skipped tests, only allow API calls for admin-views, refactor viewer-page to use page.server
This commit is contained in:
@@ -31,7 +31,7 @@ const MockEvent = {
|
||||
};
|
||||
|
||||
describe('API-Endpoints: list/[vorgang]', () => {
|
||||
test.skip('Unerlaubter Zugriff', async () => {
|
||||
test('Unerlaubter Zugriff', async () => {
|
||||
const event = {
|
||||
locals: {
|
||||
user: null
|
||||
|
||||
Reference in New Issue
Block a user