1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 06:06:16 +02:00
This commit is contained in:
Kagami Sascha Rosylight
2023-06-06 21:53:59 +02:00
parent 3b8b9a658a
commit b5df8ca0fd

View File

@@ -843,7 +843,10 @@ describe('OAuth', () => {
});
});
// TODO: Unknown OAuth endpoint
test('Unknown OAuth endpoint', async () => {
const response = await fetch(new URL('/oauth/foo', host));
assert.strictEqual(response.status, 404);
});
// TODO: Add spec links to tests
});