mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 19:47:00 +03:00
Fix typo in test
This commit is contained in:
committed by
GitHub
parent
b9bcc35dd2
commit
1dcb63f2cc
@@ -101,7 +101,7 @@ describe('postWarning', () => {
|
|||||||
.catch(err => done(err));
|
.catch(err => done(err));
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Should not be able to create warning if vip (exp 403)', (done: Done) => {
|
it('Should not be able to create warning if not vip (exp 403)', (done: Done) => {
|
||||||
let json = {
|
let json = {
|
||||||
issuerUserID: 'warning-not-vip',
|
issuerUserID: 'warning-not-vip',
|
||||||
userID: 'warning-1',
|
userID: 'warning-1',
|
||||||
|
|||||||
Reference in New Issue
Block a user