diff --git a/UnitTests/BraintreeCoreTests/BTHTTP_Tests.swift b/UnitTests/BraintreeCoreTests/BTHTTP_Tests.swift index 4a63babe51..3da79f517b 100644 --- a/UnitTests/BraintreeCoreTests/BTHTTP_Tests.swift +++ b/UnitTests/BraintreeCoreTests/BTHTTP_Tests.swift @@ -757,7 +757,8 @@ final class BTHTTP_Tests: XCTestCase { var originalRequest = URLRequest(url: URL(string: "https://example.com/graphql")!) originalRequest.httpBody = """ { - "operationName": "TestMutation" + "operationName": "TestMutation", + "query": "mutation TestMutation()" } """.data(using: .utf8) let task = testURLSession.dataTask(with: originalRequest)