diff --git a/graphql-spring-boot-test/src/main/java/com/graphql/spring/boot/test/GraphQLTestTemplate.java b/graphql-spring-boot-test/src/main/java/com/graphql/spring/boot/test/GraphQLTestTemplate.java index 5722a581..06d2104e 100644 --- a/graphql-spring-boot-test/src/main/java/com/graphql/spring/boot/test/GraphQLTestTemplate.java +++ b/graphql-spring-boot-test/src/main/java/com/graphql/spring/boot/test/GraphQLTestTemplate.java @@ -381,8 +381,8 @@ public GraphQLResponse postFiles( * representing given file inside multipart request (including size, submittedFileName, etc.) * @param pathFunc function to generate the path to file inside variables. For example: * * * @return {@link GraphQLResponse} containing the result of query execution