Skip to content

Commit 226596a

Browse files
committed
VED-740b: self-review
1 parent 2f029f3 commit 226596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/test_fhir_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def test_delete_immunization_throws_authorisation_exception_if_does_not_have_req
767767
self.authoriser.authorise.assert_called_once_with("Test", ApiOperationCode.DELETE, {"FLU"})
768768

769769

770-
class TestSearchImmunizations(TestFhirServiceBase):
770+
class TestSearchImmunizations(unittest.TestCase):
771771
"""Tests for FhirService.search_immunizations"""
772772
MOCK_SUPPLIER_SYSTEM_NAME = "Test"
773773

0 commit comments

Comments
 (0)