Skip to content

Commit e0aaa15

Browse files
committed
NRL-477 fix int tests
1 parent 9408c91 commit e0aaa15

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/features/producer/createDocumentReference-failure.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Feature: Producer - createDocumentReference - Failure Scenarios
422422
"format": {
423423
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
424424
"code": "urn:nhs-ic:unstructured",
425-
"display": "Unstructured document"
425+
"display": "Unstructured Document"
426426
}
427427
}
428428
]
@@ -471,7 +471,7 @@ Feature: Producer - createDocumentReference - Failure Scenarios
471471
"format": {
472472
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
473473
"code": "urn:nhs-ic:record-contact",
474-
"display": "Contact details"
474+
"display": "Contact details (HTTP Unsecured)"
475475
}
476476
}
477477
]
@@ -825,7 +825,7 @@ Feature: Producer - createDocumentReference - Failure Scenarios
825825
"content": [
826826
{
827827
"attachment": {
828-
"contentType": "application/pdf",
828+
"contentType": "text/html",
829829
"url": "https://example.org/my-doc.pdf"
830830
},
831831
"format": {

tests/features/producer/updateDocumentReference-failure.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Feature: Producer - updateDocumentReference - Failure Scenarios
258258
"content": [
259259
{
260260
"attachment": {
261-
"contentType": "application/pdf",
261+
"contentType": "text/html",
262262
"url": "https://example.org/my-doc.pdf"
263263
},
264264
"format": {

tests/features/producer/upsertDocumentReference-failure.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Feature: Producer - upsertDocumentReference - Failure Scenarios
376376
"content": [
377377
{
378378
"attachment": {
379-
"contentType": "application/pdf",
379+
"contentType": "text/html",
380380
"url": "https://example.org/my-doc.pdf"
381381
},
382382
"format": {

0 commit comments

Comments
 (0)