Skip to content

Commit

Permalink
Updated example file name (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus authored Jan 30, 2024
1 parent 52d7aeb commit 4797532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.nio.file.Path

class ResultTest extends Specification {
def resultClient = new EndpointClient("/v1/etor/results")
def labResultJsonFileString = Files.readString(Path.of("../examples/MN/004_MN_ORU_R01_NBS_translation_from_initial_hl7_ingestion.fhir"))
def labResultJsonFileString = Files.readString(Path.of("../examples/MN/004_MN_ORU_R01_NBS_1_translation_from_initial_hl7_ingestion.fhir"))
def submissionId = "submissionId"

def setup() {
Expand Down

0 comments on commit 4797532

Please sign in to comment.