Skip to content

Commit 9023ae1

Browse files
committed
recordforwarder -> shared
1 parent 565d527 commit 9023ae1

19 files changed

+4
-2799
lines changed

lambdas/recordforwarder/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TEST_ENV := @PYTHONPATH=src:tests:../shared/src
1+
TEST_ENV := @PYTHONPATH=src:tests:../shared/src:../shared/tests
22

33
build:
44
docker build -t recordforwarder-lambda-build -f Dockerfile .

lambdas/recordforwarder/tests/controller/test_fhir_batch_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from controller.fhir_batch_controller import ImmunizationBatchController
1212
from repository.fhir_batch_repository import ImmunizationBatchRepository
1313
from service.fhir_batch_service import ImmunizationBatchService
14-
from testing_utils.immunization_utils import create_covid_immunization
14+
from test_common.testing_utils.immunization_utils import create_covid_immunization
1515

1616

1717
class TestCreateImmunizationBatchController(unittest.TestCase):

lambdas/recordforwarder/tests/repository/test_fhir_batch_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ResourceNotFoundError,
1616
)
1717
from repository.fhir_batch_repository import ImmunizationBatchRepository, create_table
18-
from testing_utils.immunization_utils import create_covid_immunization_dict
18+
from test_common.testing_utils.immunization_utils import create_covid_immunization_dict
1919

2020
imms_id = str(uuid4())
2121

lambdas/recordforwarder/tests/sample_data/bundle_patient_resource.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

lambdas/recordforwarder/tests/sample_data/completed_covid_immunization_event.json

Lines changed: 0 additions & 153 deletions
This file was deleted.

lambdas/recordforwarder/tests/sample_data/completed_covid_immunization_event_filtered_for_search_using_bundle_patient_resource.json

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)