test jenkins build on development branch

This commit is contained in:
anhefti 2020-10-26 10:13:00 +01:00
parent bfdfcb389f
commit bdd6777c32
No known key found for this signature in database
GPG key ID: E9AD9471B6BC114D

View file

@ -12,11 +12,11 @@ import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import ch.ethz.seb.sebserver.gbl.client.ClientCredentialServiceImpl;
import ch.ethz.seb.sebserver.gbl.util.Cryptor;
import org.junit.Test;
import org.springframework.core.env.Environment;
import ch.ethz.seb.sebserver.gbl.util.Cryptor;
public class ClientCredentialServiceTest {
// @Test
@ -36,7 +36,7 @@ public class ClientCredentialServiceTest {
when(envMock.getRequiredProperty(Cryptor.SEBSERVER_WEBSERVICE_INTERNAL_SECRET_KEY))
.thenReturn("secret1");
Cryptor cryptor = new Cryptor(envMock);
final Cryptor cryptor = new Cryptor(envMock);
final String clientName = "simpleClientName";