Skip to content

Commit 755836a

Browse files
committed
Update formlatest GraphQlTester changes
See spring-projects/spring-graphql#278
1 parent b5cc454 commit 755836a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-graphql/src/test/java/smoketest/graphql/ProjectControllerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void shouldFindSpringGraphQl() {
3737
@Test
3838
void shouldNotFindUnknownProject() {
3939
this.graphQlTester.document("{ project(slug: \"spring-unknown\") { name } }").execute().path("project.name")
40-
.valueDoesNotExist();
40+
.pathDoesNotExist();
4141
}
4242

4343
}

0 commit comments

Comments
 (0)