We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abec1b6 commit 0d79135Copy full SHA for 0d79135
spring-graphql/src/test/java/org/springframework/graphql/server/webmvc/GraphQlRequestPredicatesTests.java
@@ -189,7 +189,7 @@ void shouldRejectRequestWithDifferentPath() {
189
}
190
191
@Test
192
- void shouldRejectRequestWithIncmopatibleContentType() {
+ void shouldRejectRequestWithIncompatibleContentType() {
193
MockHttpServletRequest request = createMatchingSseRequest();
194
request.setContentType("text/xml");
195
ServerRequest serverRequest = ServerRequest.create(request, Collections.emptyList());
0 commit comments