Skip to content

Commit c197fe5

Browse files
NPA-5088: Upate postman so expected status code matches assertion
1 parent 5124efb commit c197fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postman/Validate Relationship Service Sandbox.postman_collection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6483,7 +6483,7 @@
64836483
" \"resourceType\": \"OperationOutcome\"",
64846484
"}",
64856485
"",
6486-
"pm.test(\"Status code is 201\", function () {",
6486+
"pm.test(\"Status code is 422\", function () {",
64876487
" pm.response.to.have.status(422);",
64886488
"});",
64896489
"",
@@ -6755,7 +6755,7 @@
67556755
" \"resourceType\": \"OperationOutcome\"",
67566756
"}",
67576757
"",
6758-
"pm.test(\"Status code is 201\", function () {",
6758+
"pm.test(\"Status code is 422\", function () {",
67596759
" pm.response.to.have.status(422);",
67606760
"});",
67616761
"",
@@ -6822,7 +6822,7 @@
68226822
" \"resourceType\": \"OperationOutcome\"",
68236823
"}",
68246824
"",
6825-
"pm.test(\"Status code is 201\", function () {",
6825+
"pm.test(\"Status code is 422\", function () {",
68266826
" pm.response.to.have.status(422);",
68276827
"});",
68286828
"",

0 commit comments

Comments
 (0)