Skip to content

Commit

Permalink
as string
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Janiszewski <[email protected]>
  • Loading branch information
janisz committed Jan 18, 2024
1 parent 8137839 commit d0fc868
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class RestApiClient {

RestApiClient() {
ApiClient apiClient = ApiClientFactory.newApiClient(Config.roxEndpoint, "", "", INSECURE_ACCEPT_ANY)
apiClient.setBearerToken(null)
apiClient.setBearerToken(null as String)
apiClient.setUsername("admin")
apiClient.setPassword(Config.roxPassword)

Expand Down

0 comments on commit d0fc868

Please sign in to comment.