Skip to content

Commit

Permalink
Use new display for publications
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Nov 8, 2024
1 parent 2a4ea71 commit a6c3d94
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion support/P5.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3304,10 +3304,18 @@
"});",
"pm.test('Journal appearance', () => {",
" const body = pm.response.text();",
" pm.expect(body).to.contain('J Urol, 2008, 180 (2)');",
" pm.expect(body).to.contain('J Urol, 2008 Aug, volume 180 (issue 2)');",
"});",
""
],
"type": "text/javascript",
"packages": {}
}
},
{
"listen": "prerequest",
"script": {
"packages": {},
"type": "text/javascript"
}
}
Expand Down

0 comments on commit a6c3d94

Please sign in to comment.