Skip to content

Commit

Permalink
fix 'EstimateGasCost' in robot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Dec 19, 2023
1 parent 5f2a558 commit a8b77c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/robot_tests/cmd/cmd.robot
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ POST /cmd/executeFunction with invalid address
Should Be Equal ${response.json()["code"]} Execute-0001
Should Contain
... ${response.json()["message"]}
... Error: callSC failed: calling EstimateGasCost for function
... Error: callSC failed: estimating Call SC gas cost for function
Should Contain
... ${response.json()["message"]}
... receiving execute_read_only_call with
Expand Down

0 comments on commit a8b77c7

Please sign in to comment.