Skip to content

Commit

Permalink
Support #310
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Dec 8, 2023
1 parent ea656fe commit 36c6351
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions support/P5.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2096,18 +2096,13 @@
" const body = pm.response.text();",
" pm.expect(body).to.include('Bladder');",
" pm.expect(body).to.include('Breast');",
" pm.expect(body).to.include('Ovarian');",
" pm.expect(body).to.include('Breast and ovarian');",
" pm.expect(body).to.include('Colon');",
" pm.expect(body).to.include('Liver');",
" pm.expect(body).to.include('Lung');",
" pm.expect(body).to.include('Pancreas');",
" pm.expect(body).to.include('Prostate');",
"});",
"pm.test('Expected panc cyst exception', () => {",
" const body = pm.response.text();",
" const exp = /href=.+\\/data-and-resources\\/protocols\\/342-pancreatic-cystic-fluid-reference-set\\/.>Panc Cyst/;",
" pm.expect(body).to.match(exp);",
"});",
""
],
"type": "text/javascript"
Expand Down

0 comments on commit 36c6351

Please sign in to comment.