From 155cd75402ae4db5b29f6a4e7d3ecfeba2627e67 Mon Sep 17 00:00:00 2001 From: Steph Torres Date: Mon, 20 Jan 2025 12:12:15 +0000 Subject: [PATCH] [PRMP-1302] update stubbed data to reflect expected responses --- infrastructure/nrl_mock_responses/401_response.json | 4 ++-- infrastructure/nrl_mock_responses/403_response.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/nrl_mock_responses/401_response.json b/infrastructure/nrl_mock_responses/401_response.json index 6503153a..0cb3a78f 100644 --- a/infrastructure/nrl_mock_responses/401_response.json +++ b/infrastructure/nrl_mock_responses/401_response.json @@ -8,8 +8,8 @@ "coding": [ { "system": "http://hl7.org/fhir/issue-type", - "code": "forbidden", - "display": "Forbidden" + "code": "unknown", + "display": "Unknown" } ] }, diff --git a/infrastructure/nrl_mock_responses/403_response.json b/infrastructure/nrl_mock_responses/403_response.json index 5b8ba174..5a5f6d47 100644 --- a/infrastructure/nrl_mock_responses/403_response.json +++ b/infrastructure/nrl_mock_responses/403_response.json @@ -8,8 +8,8 @@ "coding": [ { "system": "http://hl7.org/fhir/issue-type", - "code": "exception", - "display": "Exception" + "code": "forbidden", + "display": "Forbidden" } ] },