Skip to content

Commit

Permalink
[PRMP-1302] add spacing after diagnositcs
Browse files Browse the repository at this point in the history
  • Loading branch information
steph-torres-nhs authored and chrisbloe-nhse committed Jan 24, 2025
1 parent facaa56 commit e2d791d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion infrastructure/nrl_mock_responses/200_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/nrl_mock_responses/400_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
]
},
"diagnostics":"Invalid request"
"diagnostics": "Invalid request"
}
]
}
2 changes: 1 addition & 1 deletion infrastructure/nrl_mock_responses/401_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
]
},
"diagnostics":"User is unauthorised to view record"
"diagnostics": "User is unauthorised to view record"
}
]
}
2 changes: 1 addition & 1 deletion infrastructure/nrl_mock_responses/403_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
]
},
"diagnostics":"An error occurred while fetching the document"
"diagnostics": "An error occurred while fetching the document"
}
]
}
2 changes: 1 addition & 1 deletion infrastructure/nrl_mock_responses/404_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
]
},
"diagnostics":"Document reference not found"
"diagnostics": "Document reference not found"
}
]
}

0 comments on commit e2d791d

Please sign in to comment.