Skip to content

Commit

Permalink
update tests for registry-api issue 380
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunnjpl committed Oct 3, 2023
1 parent 1b3b07f commit 9318d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postman/postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
"});",
"",
"pm.test(\"C2488912 Collection DOI is [10.17189/1517568]\", () => {",
" pm.expect(data[0][\"pds:Citation_Information.pds:doi\"]).to.equal(\"[10.17189/1517568]\"); ",
" pm.expect(data[0][\"pds:Citation_Information.pds:doi\"]).to.equal(\"10.17189/1517568\"); ",
"});",
"",
""
Expand Down

0 comments on commit 9318d4a

Please sign in to comment.