From 37f2efcbf7b6d7006d5d1a7496061a01e9182eb9 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Wed, 19 Jun 2019 22:31:24 +1000 Subject: [PATCH] fix syntax --- org.hl7.fhir.r5/src/main/resources/graphql/server-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.hl7.fhir.r5/src/main/resources/graphql/server-tests.json b/org.hl7.fhir.r5/src/main/resources/graphql/server-tests.json index f1e37d5ba..e59806811 100644 --- a/org.hl7.fhir.r5/src/main/resources/graphql/server-tests.json +++ b/org.hl7.fhir.r5/src/main/resources/graphql/server-tests.json @@ -41,7 +41,7 @@ "root-tests" : { "simple" : { "description" : "Just a simple test of the basic graphQL engine: a simple query on a known patient (example, from the spec)", - "url" : "/$graphql?query={Patient(_id:example){identifier{system,value}active,name{text,given,family}}}", + "url" : "/$graphql?query={Patient(_id:\"example\"){identifier{system,value}active,name{text,given,family}}}", "output" : { "data" : { "Patient" : {