Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Jul 23, 2024
1 parent 94339c2 commit d4c1130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UnitTests/BraintreeCoreTests/BTHTTP_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d4c1130

Please sign in to comment.