Skip to content

Commit 84004b6

Browse files
committed
tidy
1 parent 56a01cc commit 84004b6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

backend/tests/test_search_imms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def test_handle_exception(self):
158158

159159
# Then
160160
act_body = json.loads(act_res["body"])
161-
# act_body["id"] = None
162161

163162
self.assertEqual(exp_error["issue"][0]["code"], act_body["issue"][0]["code"])
164163
self.assertEqual(exp_error["issue"][0]["severity"], act_body["issue"][0]["severity"])

backend/tests/test_validation_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
from models.fhir_immunization import ImmunizationValidator
1616
from utils.generic_utils import (
17-
# these have an underscore to avoid pytest collecting them as tests
1817
load_json_data,
1918
)
2019
from utils.values_for_tests import ValidValues, InvalidValues, NameInstances

0 commit comments

Comments
 (0)