Skip to content

Commit

Permalink
correct logic for usingV2 check
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Aug 13, 2024
1 parent 0c0dfee commit 769953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/node/basic/watermark.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ test('replay attack', async () => {
fetchProxy.history.map(response => {
return [response.url];
}),
) === -1;
) !== -1;
if (usingV2) {
// TODO - pin to 5 once dfx v0.23.0 is released
// the replayed request should throw an error
Expand Down

0 comments on commit 769953a

Please sign in to comment.