Fix typo in test

This commit is contained in:
Ajay Ramachandran
2021-06-17 19:09:24 -04:00
committed by GitHub
parent b9bcc35dd2
commit 1dcb63f2cc

View File

@@ -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',