Skip to content

Commit 5dd6437

Browse files
integration tests
1 parent 0d4f0fe commit 5dd6437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/lambda/test_app_running_as_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def test_given_nhs_number_key_present_in_headers_have_no_value_results_in_error_
360360
response,
361361
is_response()
362362
.with_status_code(HTTPStatus.FORBIDDEN)
363-
.with_headers(has_entries({"Content-Type": "application/fhir+json", "nhs-login-nhs-number": "123"}))
363+
.with_headers(has_entries({"Content-Type": "application/fhir+json", "nhs-login-nhs-number": None}))
364364
.and_body(
365365
is_json_that(
366366
has_entries(

0 commit comments

Comments
 (0)