We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef6f50 commit 069b5b4Copy full SHA for 069b5b4
e2e/utils/resource.py
@@ -171,6 +171,8 @@ def delete_imms_records(identifiers: list[str]) -> None:
171
f"[teardown warning] Deleted {success_count} records out of {total}, "
172
f"failed to delete {failure_count}"
173
)
174
+
175
176
def get_service_url(
177
service_env: str = os.getenv("IMMUNIZATION_ENV"),
178
service_base_path: str = os.getenv("IMMUNIZATION_BASE_PATH"),
0 commit comments