Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Jun 29, 2024
1 parent 63da90b commit 2d95be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/performance-tests/art.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ scenarios:
- name: web3_clientVersion
flow:
- post:
url: "/xxx"
url: "/"
json:
id: 1
jsonrpc: "2.0"
method: "web3_clientVersionxxxx" # Deliberate typo to force failure
method: "web3_clientVersion" # Deliberate typo to force failure
params: []
capture:
- json: "$"
Expand Down

0 comments on commit 2d95be4

Please sign in to comment.