Skip to content

Commit

Permalink
IM-457 fix: Fix error (setPassword) not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaBc3 committed Nov 23, 2024
1 parent 5de28d0 commit 50b1603
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static String getSessionTokenForDefaultAdministrator(int port) throws URI
URI uri = new URI(baseUrl);
HttpHeaders headers = new HttpHeaders();
UserAuthenticationRequest auth= new UserAuthenticationRequest();
auth.setPassword("password");

auth.setUsername("system");
HttpEntity<?> request = new HttpEntity<>(auth, headers);
RestTemplate restTemplate = new RestTemplate();
Expand Down

0 comments on commit 50b1603

Please sign in to comment.