Skip to content

Commit

Permalink
chore: remove Rosetta spec version assertion in deployment check
Browse files Browse the repository at this point in the history
This is a brittle assertion as the deployment is not managed within the current scope

(cherry picked from commit 40c5c1b)
  • Loading branch information
rhyslbw committed Jul 27, 2021
1 parent b5575bc commit d234516
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/deployed-environment-test/collection.json
Expand Up @@ -73,11 +73,7 @@
"pm.test(\"Status code is 200\", function () {",
" pm.response.to.have.status(200);",
" });",
"",
"pm.test(\"Body includes correct rosetta version\", function () {",
" const rosettaVersion = pm.globals.get(\"rosettaVersion\");",
" pm.expect(pm.response.json().version.rosetta_version).to.eql(rosettaVersion);",
"});"
""
],
"type": "text/javascript"
}
Expand Down

0 comments on commit d234516

Please sign in to comment.