Skip to content

Commit 6facb71

Browse files
[PRMP-816] Backend E2E tests failing for Lloyd George (#879)
Co-authored-by: NogaNHS <[email protected]>
1 parent 79458e8 commit 6facb71

13 files changed

+38
-1
lines changed

lambdas/tests/e2e/api/__snapshots__/test_retrieve_document_api/test_large_file.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
}
2626
},
2727
"docStatus": "final",
28+
"meta": {
29+
"versionId": "1"
30+
},
2831
"resourceType": "DocumentReference",
2932
"status": "current",
3033
"subject": {

lambdas/tests/e2e/api/__snapshots__/test_retrieve_document_api/test_preliminary_file.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
}
2525
},
2626
"docStatus": "preliminary",
27+
"meta": {
28+
"versionId": "1"
29+
},
2730
"resourceType": "DocumentReference",
2831
"status": "current",
2932
"subject": {

lambdas/tests/e2e/api/__snapshots__/test_retrieve_document_api/test_small_file.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
}
2727
},
2828
"docStatus": "final",
29+
"meta": {
30+
"versionId": "1"
31+
},
2932
"resourceType": "DocumentReference",
3033
"status": "current",
3134
"subject": {

lambdas/tests/e2e/api/__snapshots__/test_search_patient_api/test_multiple_cancelled_search_patient_details.1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
}
2626
},
2727
"docStatus": "cancelled",
28+
"meta": {
29+
"versionId": "1"
30+
},
2831
"resourceType": "DocumentReference",
2932
"status": "current",
3033
"subject": {

lambdas/tests/e2e/api/__snapshots__/test_search_patient_api/test_multiple_cancelled_search_patient_details.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
}
2626
},
2727
"docStatus": "cancelled",
28+
"meta": {
29+
"versionId": "1"
30+
},
2831
"resourceType": "DocumentReference",
2932
"status": "current",
3033
"subject": {

lambdas/tests/e2e/api/__snapshots__/test_search_patient_api/test_search_patient_details.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
}
2828
},
2929
"docStatus": "final",
30+
"meta": {
31+
"versionId": "1"
32+
},
3033
"resourceType": "DocumentReference",
3134
"status": "current",
3235
"subject": {

lambdas/tests/e2e/api/__snapshots__/test_upload_document_api/test_create_document_base64.1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
}
2626
},
2727
"docStatus": "final",
28+
"meta": {
29+
"versionId": "1"
30+
},
2831
"resourceType": "DocumentReference",
2932
"status": "current",
3033
"subject": {

lambdas/tests/e2e/api/__snapshots__/test_upload_document_api/test_create_document_base64.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
}
2525
},
2626
"docStatus": "preliminary",
27+
"meta": {
28+
"versionId": "1"
29+
},
2730
"resourceType": "DocumentReference",
2831
"status": "current",
2932
"subject": {

lambdas/tests/e2e/api/__snapshots__/test_upload_document_api/test_create_document_presign.1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
}
2525
},
2626
"docStatus": "final",
27+
"meta": {
28+
"versionId": "1"
29+
},
2730
"resourceType": "DocumentReference",
2831
"status": "current",
2932
"subject": {

lambdas/tests/e2e/api/__snapshots__/test_upload_document_api/test_create_document_presign.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
}
2525
},
2626
"docStatus": "preliminary",
27+
"meta": {
28+
"versionId": "1"
29+
},
2730
"resourceType": "DocumentReference",
2831
"status": "current",
2932
"subject": {

0 commit comments

Comments
 (0)