Merge remote-tracking branch 'upstream/master' into fix/prepare-statements

This commit is contained in:
Nanobyte
2021-06-21 18:19:50 +02:00
53 changed files with 2764 additions and 2133 deletions

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