1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-11-23 14:46:48 +09:00

Update api.ts

This commit is contained in:
Kagami Sascha Rosylight 2023-06-28 23:28:43 +02:00
parent 93364cb922
commit 8aa350ced4

View File

@ -255,7 +255,5 @@ describe('API', () => {
assert.strictEqual(result.status, 401);
});
});
// TODO: insufficient_scope test (authテストが全然なくて書けない)
});
});