Update formlatest GraphQlTester changes
See spring-projects/spring-graphql#278
This commit is contained in:
parent
b5cc454a16
commit
755836aab8
|
@ -37,7 +37,7 @@ class ProjectControllerTests {
|
|||
@Test
|
||||
void shouldNotFindUnknownProject() {
|
||||
this.graphQlTester.document("{ project(slug: \"spring-unknown\") { name } }").execute().path("project.name")
|
||||
.valueDoesNotExist();
|
||||
.pathDoesNotExist();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue