mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-23 06:38:03 +01:00
Update CallRoutingController to use e164, add UUID to e164 experiments
This commit is contained in:
@@ -116,7 +116,7 @@ class CallRoutingControllerTest {
|
||||
|
||||
@Test
|
||||
void testGetTurnEndpointsCloudflare() throws IOException {
|
||||
when(experimentEnrollmentManager.isEnrolled(AuthHelper.VALID_UUID, "cloudflareTurn"))
|
||||
when(experimentEnrollmentManager.isEnrolled(AuthHelper.VALID_NUMBER, AuthHelper.VALID_UUID, "cloudflareTurn"))
|
||||
.thenReturn(true);
|
||||
|
||||
when(cloudflareTurnCredentialsManager.retrieveFromCloudflare()).thenReturn(new TurnToken("ABC", "XYZ",
|
||||
|
||||
Reference in New Issue
Block a user