Skip to content

Commit

Permalink
Postman Test Code Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan committed Feb 16, 2024
1 parent 00b71f9 commit c820790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7915,7 +7915,7 @@
"pm.test(\"Should return a problem details result for invalid-reference conflict\", () => {",
" pm.expect(pm.response.code).equal(problemDetails.status);",
" pm.expect(problemDetails.type).to.equal(\"urn:ed-fi:api:conflict:invalid-reference\");",
" pm.expect(problemDetails.detail).to.equal(\"The operation cannot be performed because the resource is a dependency of the 'StudentSchoolAssociation' resource.\");",
"",
"});"
],
"type": "text/javascript"
Expand Down

0 comments on commit c820790

Please sign in to comment.