diff --git a/.gitmodules b/.gitmodules index 4e241f34f..0f5af92bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Carthage"] path = Carthage - url = git@github.com:WhisperSystems/Signal-Carthage.git + url = https://github.com/WhisperSystems/Signal-Carthage.git diff --git a/Signal/test/call/PeerConnectionClientTest.swift b/Signal/test/call/PeerConnectionClientTest.swift index edd9d5215..53e0afc6c 100644 --- a/Signal/test/call/PeerConnectionClientTest.swift +++ b/Signal/test/call/PeerConnectionClientTest.swift @@ -55,7 +55,7 @@ class PeerConnectionClientTest: XCTestCase { let iceServers = [RTCIceServer]() clientDelegate = FakePeerConnectionClientDelegate() - client = PeerConnectionClient(iceServers: iceServers, delegate: clientDelegate, callDirection: .outgoing) + client = PeerConnectionClient(iceServers: iceServers, delegate: clientDelegate, callDirection: .outgoing, useTurnOnly: false) peerConnection = client.peerConnectionForTests() dataChannel = client.dataChannelForTests() }