Remove zkgroup enabled flag

The last remnants of a time before zkgroup have been swept away.
This commit is contained in:
Ehren Kret
2021-09-23 09:24:06 -05:00
parent 02a296e500
commit 041aed2d72
4 changed files with 3 additions and 17 deletions

View File

@@ -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