Skip to content

Commit

Permalink
Fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Dec 19, 2023
1 parent 34f8695 commit 959e603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SynapseAdminApisTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function createTestSynapseAdminClient(
hsUrl: string;
accessToken: string;
} {
const result = createTestClient(storage);
const result = createTestClient(storage, undefined, undefined, { handleWhoAmI: false });
const mxClient = result.client;
const client = new SynapseAdminApis(mxClient);

Expand Down

0 comments on commit 959e603

Please sign in to comment.