Skip to content

Commit 92d5c0a

Browse files
Merge pull request #184 from saitejdandge/master
Query integration tests
2 parents d9b316b + 6dea656 commit 92d5c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/groovy/com/intuit/graphql/orchestrator/integration/QueryNestedSchemaSpec.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ class QueryNestedSchemaSpec extends BaseIntegrationTestSpecification {
167167
Map<String, Object> executionResult = specUnderTest.execute(personEI).get().toSpecification()
168168

169169
then:
170+
compareQueryToExecutionInput(null, "queryQUERY{person{pets{name}}}",
171+
(SimpleMockServiceProvider) petsService)
170172
executionResult.get("errors") == null
171173
executionResult.get("data") != null
172174

0 commit comments

Comments
 (0)