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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ describe('postWarning', () => {
.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 = {
issuerUserID: 'warning-not-vip',
userID: 'warning-1',