Skip to content

Commit 6dea656

Browse files
author
sdandge
committed
Query integration tests
1 parent d9b316b commit 6dea656

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)