Skip to content

Commit cfe5d1e

Browse files
committed
fix: fixed charts postman test
Signed-off-by: Logan Nguyen <[email protected]>
1 parent fd85604 commit cfe5d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/hedera-json-rpc-relay/postman.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
"pm.test(\"Success\", () => {",
629629
" var response = pm.response.json();",
630630
" pm.expect(response.error.code).to.equal(-32601);",
631-
" pm.expect(response.error.message).to.equal(\"Method unsupported_function not found\");",
631+
" pm.expect(response.error.message).to.match(/\\[Request ID: [0-9a-fA-F-]{36}\\] Method unsupported_function not found/);",
632632
" pm.expect(response.id).to.equal(\"test_id\");",
633633
" pm.expect(response.jsonrpc).to.equal(\"2.0\");",
634634
"});",

0 commit comments

Comments
 (0)