Skip to content

Commit f132902

Browse files
samuelAndalonSamuel Vazquez
and
Samuel Vazquez
authored
fix: ktor plugin test (#2071)
Co-authored-by: Samuel Vazquez <[email protected]>
1 parent a76a88f commit f132902

File tree

1 file changed

+1
-1
lines changed
  • servers/graphql-kotlin-ktor-server/src/test/kotlin/com/expediagroup/graphql/server/ktor

1 file changed

+1
-1
lines changed

servers/graphql-kotlin-ktor-server/src/test/kotlin/com/expediagroup/graphql/server/ktor/GraphQLPluginTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class GraphQLPluginTest {
137137

138138
@Test
139139
fun `server should return Method Not Allowed for Mutation GET requests with persisted query`() {
140-
testApplication {
140+
testModule {
141141
val response = client.get("/graphql") {
142142
parameter("query", "mutation { foo }")
143143
}

0 commit comments

Comments
 (0)