mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 05:48:03 +01:00
Remove zkgroup enabled flag
The last remnants of a time before zkgroup have been swept away.
This commit is contained in:
@@ -71,7 +71,7 @@ class CertificateControllerTest {
|
||||
ImmutableSet.of(AuthenticatedAccount.class, DisabledPermittedAuthenticatedAccount.class)))
|
||||
.setMapper(SystemMapper.getMapper())
|
||||
.setTestContainerFactory(new GrizzlyWebTestContainerFactory())
|
||||
.addResource(new CertificateController(certificateGenerator, serverZkAuthOperations, true))
|
||||
.addResource(new CertificateController(certificateGenerator, serverZkAuthOperations))
|
||||
.build();
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user