Skip to content

Commit 15f57d7

Browse files
chore: Cleans up test warning
1 parent b9c8b33 commit 15f57d7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tests/GraphQLHummingbirdTests/HTTPTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ struct HTTPTests {
285285
method: .get,
286286
headers: jsonGraphQLHeaders
287287
) { response in
288-
var body = response.body
289288
#expect(response.status == .ok)
290289

291290
let result = try defaultJSONDecoder.decode(GraphQLResult.self, from: response.body)

0 commit comments

Comments
 (0)