Skip to content

Commit

Permalink
fix e2e(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Jul 10, 2024
1 parent e612a72 commit 4c09bc5
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 @@ -451,8 +451,7 @@
" pm.expect(responseJson.didDocument.verificationMethod[0].global).not.empty;",
" console.log(responseJson.didDocument.verificationMethod[0].info)",
" pm.expect(responseJson.didDocument.verificationMethod[0].id).to.eq(",
" pm.collectionVariables.get(\"issuer_identity\") +",
" \"#state-info\"",
" pm.collectionVariables.get(\"issuer_identity\") + \"#state-info\"",
" )",
"});",
"",
Expand Down Expand Up @@ -504,8 +503,7 @@
" pm.expect(responseJson.didDocument.verificationMethod[0].global).to.equal(undefined);",
"",
" pm.expect(responseJson.didDocument.verificationMethod[0].id).to.eq(",
" pm.collectionVariables.get(\"issuer_identity\") +",
" \"#state-info\"",
" pm.collectionVariables.get(\"issuer_identity\") + \"#state-info\"",
" )",
"});",
""
Expand Down Expand Up @@ -608,8 +606,7 @@
" pm.expect(responseJson.didDocument.verificationMethod[0].global).not.empty;",
"",
" pm.expect(responseJson.didDocument.verificationMethod[0].id).to.eq(",
" pm.collectionVariables.get(\"issuer_identity\") +",
" \"#state-info\"",
" pm.collectionVariables.get(\"issuer_identity\") + \"#state-info\"",
" )",
"});",
"",
Expand Down Expand Up @@ -665,8 +662,7 @@
" pm.expect(responseJson.didDocument.verificationMethod[0].global).to.eq(undefined);",
"",
" pm.expect(responseJson.didDocument.verificationMethod[0].id).to.eq(",
" pm.collectionVariables.get(\"issuer_identity\") +",
" \"#state-info\"",
" pm.collectionVariables.get(\"issuer_identity\") + \"#state-info\"",
" )",
"",
" // check that genesis state was replaced",
Expand Down

0 comments on commit 4c09bc5

Please sign in to comment.