Skip to content

Commit

Permalink
✅ test(FhirMappingJobManagerTest): Fix dataFolderPath error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Okanmercan99 committed May 8, 2024
1 parent c9e51ae commit 6edcfa3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"jsonClass" : "FileSystemSourceSettings",
"name" : "patient-test-data",
"sourceUri" : "http://test-data",
"dataFolderPath" : "/test-data",
"dataFolderPath" : "./test-data",
"asStream" : false
},
"patientGender" : {
"jsonClass" : "FileSystemSourceSettings",
"name" : "patient-gender-test-data",
"sourceUri" : "http://test-data",
"dataFolderPath" : "/test-data-gender",
"dataFolderPath" : "./test-data-gender",
"asStream" : false
}
},
Expand Down

0 comments on commit 6edcfa3

Please sign in to comment.