Skip to content

Commit

Permalink
chore(tests): Suppress verbose logs
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Apr 8, 2023
1 parent 7efa306 commit 767675f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test-utils/jest-setup-after-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ globalThis.admin = createClient({
version: __misc__.instance.version,
streamingApiUrl: __misc__.instance.urls.streamingApi,
accessToken: __misc__.adminToken.accessToken,
logLevel: 'debug',
});

globalThis.clients = new ClientPoolImpl();
1 change: 0 additions & 1 deletion test-utils/pools/client-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export class ClientPoolImpl implements ClientPool {
version: __misc__.instance.version,
streamingApiUrl: __misc__.instance.urls.streamingApi,
accessToken: token.accessToken,
logLevel: 'debug',
});

this.clientToToken.set(client, token);
Expand Down

0 comments on commit 767675f

Please sign in to comment.