mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 08:38:03 +01:00
allow striping clients in FaultTolerantHttpClient
This commit is contained in:
committed by
ravi-signal
parent
bb0da69c9e
commit
3a1ecb342f
@@ -76,7 +76,8 @@ public class Cdn3RemoteStorageManagerTest {
|
||||
new Cdn3StorageManagerConfiguration(
|
||||
wireMock.url("storage-manager/"),
|
||||
"clientId",
|
||||
new SecretString("clientSecret")));
|
||||
new SecretString("clientSecret"),
|
||||
2));
|
||||
|
||||
wireMock.stubFor(get(urlEqualTo("/cdn2/source/small"))
|
||||
.willReturn(aResponse()
|
||||
|
||||
Reference in New Issue
Block a user