Skip to content
Snippets Groups Projects
Verified Commit f4053fb0 authored by Martin Weise's avatar Martin Weise
Browse files

Hotfix test

parent dcfd87cd
No related branches found
No related tags found
1 merge request!310Dev
......@@ -57,6 +57,7 @@ public class AuthenticationServiceIntegrationTest extends AbstractUnitTest {
keycloakGateway.createUser(USER_1_KEYCLOAK_SIGNUP_REQUEST);
final User request = User.builder()
.id(keycloakGateway.findByUsername(USER_1_USERNAME).getId())
.username(USER_1_USERNAME)
.build();
/* test */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment