Skip to content

Commit

Permalink
removing query verification test
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Oct 26, 2023
1 parent 9cd539d commit 9ed33cf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions e2e/node/basic/mitm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,3 @@ mitmTest(
},
{ timeout: 30000 },
);

mitmTest('mitm with query verification', async () => {
const counter = await createActor('tnnnb-2yaaa-aaaab-qaiiq-cai', {
agent: await makeAgent({
host: 'http://127.0.0.1:8888',
verifyQuerySignatures: true,
}),
});
await expect(counter.greet('counter')).rejects.toThrow(/Invalid certificate/);
await expect(counter.queryGreet('counter')).rejects.toThrow(/Invalid certificate/);
});

0 comments on commit 9ed33cf

Please sign in to comment.