test: fix another test

isekai-main
Barış Soner Uşaklı 2 years ago
parent 64718d0ce0
commit c638186b33

@ -63,7 +63,7 @@ describe('API tokens', () => {
});
it('should fail if you pass in invalid data', async () => {
await assert.rejects(api.utils.tokens.get(token), { message: '[[error:invalid-data]]' });
await assert.rejects(api.utils.tokens.get(null), { message: '[[error:invalid-data]]' });
});
it('should show lastSeen and lastSeenISO as undefined/null if it is a new token', async () => {

Loading…
Cancel
Save