Skip to content

Commit

Permalink
disable test request logger
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Jul 31, 2023
1 parent 5579499 commit 5b63ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/api/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const testNonAdminUser = {
} as const;
let testNonAdminUserToken = '';

const app = fastify();
const app = fastify({disableRequestLogging: true, logger: false});
let request: supertest.SuperTest<supertest.Test>;

beforeAll(async () => {
Expand Down

0 comments on commit 5b63ed5

Please sign in to comment.