Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Jul 10, 2024
1 parent 2b6fa83 commit e612a72
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tests/e2e/http_nameservice.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,7 @@
" console.log(responseJson.didDocument.verificationMethod[0].info)",
" pm.expect(responseJson.didDocument.verificationMethod[0].id).to.eq(",
" pm.collectionVariables.get(\"issuer_identity\") +",
" \"?state=\" +",
" pm.response.json().didDocument.verificationMethod[0].info.state",
" \"#state-info\"",
" )",
"});",
"",
Expand Down Expand Up @@ -506,8 +505,7 @@
"",
" pm.expect(responseJson.didDocument.verificationMethod[0].id).to.eq(",
" pm.collectionVariables.get(\"issuer_identity\") +",
" \"?state=\" +",
" pm.response.json().didDocument.verificationMethod[0].info.state",
" \"#state-info\"",
" )",
"});",
""
Expand Down Expand Up @@ -611,8 +609,7 @@
"",
" pm.expect(responseJson.didDocument.verificationMethod[0].id).to.eq(",
" pm.collectionVariables.get(\"issuer_identity\") +",
" \"?state=\" +",
" pm.response.json().didDocument.verificationMethod[0].info.state",
" \"#state-info\"",
" )",
"});",
"",
Expand Down Expand Up @@ -669,8 +666,7 @@
"",
" pm.expect(responseJson.didDocument.verificationMethod[0].id).to.eq(",
" pm.collectionVariables.get(\"issuer_identity\") +",
" \"?state=\" +",
" pm.collectionVariables.get(\"issuer_genesis_state\")",
" \"#state-info\"",
" )",
"",
" // check that genesis state was replaced",
Expand Down

0 comments on commit e612a72

Please sign in to comment.