Prevent assert error when checking request status, returns success 200

This commit is contained in:
2022-08-20 17:18:36 +02:00
parent ff410194ed
commit 705b6cbc1c
3 changed files with 19 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ const chaiHttp = require("chai-http");
const server = require("../../src/webserver/server");
const resetDatabase = require("../helpers/resetDatabase");
// const assert = require("assert");
chai.use(chaiHttp);
describe("As a user I want a forbidden error if the token is malformed", () => {