Skip to content

Commit 03da5c9

Browse files
Copilotxperiandri
andcommitted
Polish Suave integration tests
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/1f4b9b83-930c-43b3-a8a5-8cf795269b9d Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent 787a2a7 commit 03da5c9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/FSharp.Data.GraphQL.Tests/Suave/HttpHandlersTests.fs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ let ``Suave GraphQL handler executes multipart upload requests`` () =
147147
}
148148

149149
let operations =
150-
"""{"query":"mutation ($file: File!) { upload(file: $file) { name content } }","variables":{"file":"file0"}}"""
150+
"""{
151+
"query": "mutation ($file: File!) { upload(file: $file) { name content } }",
152+
"variables": {
153+
"file": "file0"
154+
}
155+
}"""
151156

152157
let request =
153158
createRequest

0 commit comments

Comments
 (0)