Skip to content

Commit ee05924

Browse files
committed
backend/src/constants II
1 parent a4299ff commit ee05924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lambdas/backend/tests/test_search_imms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44
from unittest.mock import create_autospec, patch
55

6-
from common.models.constants import GENERIC_SERVER_ERROR_DIAGNOSTICS_MESSAGE
6+
from constants import GENERIC_SERVER_ERROR_DIAGNOSTICS_MESSAGE
77
from controller.fhir_controller import FhirController
88
from models.errors import Code, Severity, create_operation_outcome
99
from search_imms_handler import search_imms

lambdas/filenameprocessor/tests/utils_for_tests/utils_for_filenameprocessor_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
from csv import DictReader
1919

2020
from common.clients import REGION_NAME
21+
from common.models.constants import SUPPLIER_PERMISSIONS_HASH_KEY
2122
from constants import (
2223
AUDIT_TABLE_NAME,
2324
ODS_CODE_TO_SUPPLIER_SYSTEM_HASH_KEY,
24-
SUPPLIER_PERMISSIONS_HASH_KEY,
2525
AuditTableKeys,
2626
FileStatus,
2727
)

0 commit comments

Comments
 (0)