Skip to content

Commit 3dfdecb

Browse files
committed
e2e: test_bad_nhs_number -> test_invalid_nhs_number II
1 parent 8dc1201 commit 3dfdecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/test_create_immunization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_invalid_nhs_number(self):
6767

6868
response = self.default_imms_api.create_immunization(imms, expected_status_code=400)
6969

70-
self.assert_operation_outcome(response, 400, bad_nhs_number)
70+
self.assert_operation_outcome(response, 400, invalid_nhs_number)
7171

7272
def test_validation(self):
7373
"""it should validate Immunization"""

0 commit comments

Comments
 (0)