Skip to content

Commit

Permalink
fix: ktor plugin test (#2071)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Vazquez <[email protected]>
  • Loading branch information
samuelAndalon and Samuel Vazquez authored Jan 16, 2025
1 parent a76a88f commit f132902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class GraphQLPluginTest {

@Test
fun `server should return Method Not Allowed for Mutation GET requests with persisted query`() {
testApplication {
testModule {
val response = client.get("/graphql") {
parameter("query", "mutation { foo }")
}
Expand Down

0 comments on commit f132902

Please sign in to comment.