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 31ff6d9 commit 2836d07Copy full SHA for 2836d07
lambdas/shared/tests/test_common/validator/test_application_fhir.py
@@ -14,7 +14,7 @@ class TestApplication(unittest.TestCase):
14
def setUp(self):
15
validation_folder = Path(__file__).resolve().parent
16
self.FHIRFilePath = validation_folder / "data/vaccination2.json"
17
- self.schemaFilePath = validation_folder / "schemas/schema.json"
+ self.schemaFilePath = validation_folder / "schemas/test_schema.json"
18
19
def test_validation(self):
20
start = time.time()
0 commit comments