Skip to content

Commit

Permalink
Fix postman tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaksn committed Oct 18, 2024
1 parent bce7cc9 commit d042151
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1280,8 +1280,6 @@
"script": {
"exec": [
"pm.environment.set('supplied:schoolId', 255901001);\r",
"pm.environment.set('supplied:identificationCode', \"255901\");\r",
"pm.environment.set('supplied:educationOrganizationIdentificationSystemDescriptor', \"uri://ed-fi.org/EducationOrganizationIdentificationSystemDescriptor%23SEA\");\r",
"pm.environment.set('supplied:nameOfInstitution', 'Grand Bend Middle School');\r",
"pm.environment.set('supplied:shortNameOfInstitution', 'GBES');"
],
Expand Down Expand Up @@ -1396,7 +1394,9 @@
"listen": "prerequest",
"script": {
"exec": [
"pm.environment.set('supplied:webSite', 'http://www.GBISD.edu/');"
"pm.environment.set('supplied:webSite', 'http://www.GBISD.edu/');",
"pm.environment.set('supplied:identificationCode', \"255901\");",
"pm.environment.set('supplied:educationOrganizationIdentificationSystemDescriptor', \"uri://ed-fi.org/EducationOrganizationIdentificationSystemDescriptor%23SEA\");"
],
"type": "text/javascript",
"packages": {}
Expand Down

0 comments on commit d042151

Please sign in to comment.