We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c7a1c commit 3b1df3bCopy full SHA for 3b1df3b
FirebaseAuth/Tests/Unit/RPCBaseTests.swift
@@ -99,7 +99,7 @@ class RPCBaseTests: XCTestCase {
99
XCTFail("decodedRequest is not a dictionary")
100
}
101
// Dummy response to unblock await.
102
- let _ = try self.rpcIssuer?.respond(withJSON: ["sessionInfo": "verification_id_123"])
+ let _ = try self.rpcIssuer?.respond(withJSON: [:])
103
104
let _ = try await authBackend.call(with: request)
105
0 commit comments