From e2d791dca096e8c678725b14c91c7ea4836460f1 Mon Sep 17 00:00:00 2001 From: Steph Torres Date: Fri, 24 Jan 2025 15:11:50 +0000 Subject: [PATCH] [PRMP-1302] add spacing after diagnositcs --- infrastructure/nrl_mock_responses/200_response.json | 2 +- infrastructure/nrl_mock_responses/400_response.json | 2 +- infrastructure/nrl_mock_responses/401_response.json | 2 +- infrastructure/nrl_mock_responses/403_response.json | 2 +- infrastructure/nrl_mock_responses/404_response.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/nrl_mock_responses/200_response.json b/infrastructure/nrl_mock_responses/200_response.json index 74b4377b..581739b4 100644 --- a/infrastructure/nrl_mock_responses/200_response.json +++ b/infrastructure/nrl_mock_responses/200_response.json @@ -53,7 +53,7 @@ "format": { "system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode", "code": "urn:nhs-ic:unstructured", - "display": "Unstructured document" + "display": "Unstructured Document" }, "extension": [ { diff --git a/infrastructure/nrl_mock_responses/400_response.json b/infrastructure/nrl_mock_responses/400_response.json index c1a8fbf4..9b056b91 100644 --- a/infrastructure/nrl_mock_responses/400_response.json +++ b/infrastructure/nrl_mock_responses/400_response.json @@ -13,7 +13,7 @@ } ] }, - "diagnostics":"Invalid request" + "diagnostics": "Invalid request" } ] } \ No newline at end of file diff --git a/infrastructure/nrl_mock_responses/401_response.json b/infrastructure/nrl_mock_responses/401_response.json index 0cb3a78f..f3093c26 100644 --- a/infrastructure/nrl_mock_responses/401_response.json +++ b/infrastructure/nrl_mock_responses/401_response.json @@ -13,7 +13,7 @@ } ] }, - "diagnostics":"User is unauthorised to view record" + "diagnostics": "User is unauthorised to view record" } ] } \ No newline at end of file diff --git a/infrastructure/nrl_mock_responses/403_response.json b/infrastructure/nrl_mock_responses/403_response.json index 5a5f6d47..1a5997ea 100644 --- a/infrastructure/nrl_mock_responses/403_response.json +++ b/infrastructure/nrl_mock_responses/403_response.json @@ -13,7 +13,7 @@ } ] }, - "diagnostics":"An error occurred while fetching the document" + "diagnostics": "An error occurred while fetching the document" } ] } \ No newline at end of file diff --git a/infrastructure/nrl_mock_responses/404_response.json b/infrastructure/nrl_mock_responses/404_response.json index 7ff56772..84bad15b 100644 --- a/infrastructure/nrl_mock_responses/404_response.json +++ b/infrastructure/nrl_mock_responses/404_response.json @@ -13,7 +13,7 @@ } ] }, - "diagnostics":"Document reference not found" + "diagnostics": "Document reference not found" } ] } \ No newline at end of file