Skip to content

Commit 2b13828

Browse files
committed
VED-457: fix backoff error 3
1 parent 4fe4276 commit 2b13828

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/utils/immunisation_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ def _update_headers(self, headers=None):
202202
updated = {**self.headers, **{
203203
"X-Correlation-ID": str(uuid.uuid4()),
204204
"X-Request-ID": str(uuid.uuid4()),
205-
"E-Tag": "1"
205+
"E-Tag": "1",
206+
"Accept": "application/fhir+json"
206207
}}
207208
return {**updated, **headers}
208209

0 commit comments

Comments
 (0)