Skip to content

Commit

Permalink
Get School from Tenant1 using a Tenant2 Profile CodeFix
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan committed Jan 29, 2025
1 parent e65c587 commit 0429ec6
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1941,8 +1941,7 @@
"pm.test(\"Error response should contain the expected content\", () => {\r",
" var jsonData = pm.response.json();\r",
" console.log(jsonData);\r",
" pm.expect(jsonData.type).to.eql(\"urn:ed-fi:api:profile:invalid-profile-usage\");\r",
" pm.expect(jsonData.title).to.eql(\"Invalid Profile Usage\");\r",
" pm.expect(jsonData.message).to.eql(\"The profile specified by the content type in the 'Accept' header is not supported by this host.\");\r",
"});\r",
""
],
Expand Down Expand Up @@ -2145,8 +2144,7 @@
"pm.test(\"Error response should contain the expected content\", () => {\r",
" var jsonData = pm.response.json();\r",
" console.log(jsonData);\r",
" pm.expect(jsonData.type).to.eql(\"urn:ed-fi:api:profile:invalid-profile-usage\");\r",
" pm.expect(jsonData.title).to.eql(\"Invalid Profile Usage\");\r",
" pm.expect(jsonData.message).to.eql(\"The profile specified by the content type in the 'Accept' header is not supported by this host.\");\r",
"});\r",
""
],
Expand Down

0 comments on commit 0429ec6

Please sign in to comment.