Skip to content

Commit 155cd75

Browse files
[PRMP-1302] update stubbed data to reflect expected responses
1 parent f434578 commit 155cd75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

infrastructure/nrl_mock_responses/401_response.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"coding": [
99
{
1010
"system": "http://hl7.org/fhir/issue-type",
11-
"code": "forbidden",
12-
"display": "Forbidden"
11+
"code": "unknown",
12+
"display": "Unknown"
1313
}
1414
]
1515
},

infrastructure/nrl_mock_responses/403_response.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"coding": [
99
{
1010
"system": "http://hl7.org/fhir/issue-type",
11-
"code": "exception",
12-
"display": "Exception"
11+
"code": "forbidden",
12+
"display": "Forbidden"
1313
}
1414
]
1515
},

0 commit comments

Comments
 (0)