Skip to content

Commit

Permalink
fix(graphql): udpated graphql test baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
lzpap committed Nov 11, 2024
1 parent a9e2b8a commit db78d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/iota-graphql-e2e-tests/tests/call/simple.exp
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ task 15, lines 64-69:
Headers: {
"content-type": "application/json",
"content-length": "157",
"x-iota-rpc-version": "0.6.0-testing-no-sha",
"x-iota-rpc-version": "0.7.0-testing-no-sha",
"vary": "origin, access-control-request-method, access-control-request-headers",
"access-control-allow-origin": "*",
}
Service version: 0.6.0-testing-no-sha
Service version: 0.7.0-testing-no-sha
Response: {
"data": {
"checkpoint": {
Expand Down Expand Up @@ -375,7 +375,7 @@ Response: {
"data": {
"serviceConfig": {
"availableVersions": [
"0.6"
"0.7"
]
}
}
Expand Down

0 comments on commit db78d52

Please sign in to comment.