Skip to content

Commit 2836d07

Browse files
committed
change schema name
1 parent 31ff6d9 commit 2836d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/shared/tests/test_common/validator/test_application_fhir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TestApplication(unittest.TestCase):
1414
def setUp(self):
1515
validation_folder = Path(__file__).resolve().parent
1616
self.FHIRFilePath = validation_folder / "data/vaccination2.json"
17-
self.schemaFilePath = validation_folder / "schemas/schema.json"
17+
self.schemaFilePath = validation_folder / "schemas/test_schema.json"
1818

1919
def test_validation(self):
2020
start = time.time()

0 commit comments

Comments
 (0)