Skip to content

Commit

Permalink
Closes Taskana#2536 - Initialized groups and permissions with Collect…
Browse files Browse the repository at this point in the history
…ions.emptySet() and added test
  • Loading branch information
MM1277 committed Mar 14, 2024
1 parent 253df02 commit 213759b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void should_CreateValidUser_When_CallingCreateEndpointWithoutGroupsPermissionsDo
assertThat(responseEntity).isNotNull();
assertThat(responseEntity.getStatusCode()).isEqualTo(HttpStatus.CREATED);

url = restHelper.toUrl(RestEndpoints.URL_USERS_ID, "12345");
url = restHelper.toUrl(RestEndpoints.URL_USERS_ID, "123456");
auth = new HttpEntity<>(RestHelper.generateHeadersForUser("teamlead-1"));

responseEntity =
Expand Down

0 comments on commit 213759b

Please sign in to comment.