Skip to content

Commit

Permalink
fix password argument in SecureRestClientBuilder constructor for Secu…
Browse files Browse the repository at this point in the history
…reWorkflowRestApiIT

Signed-off-by: Surya Sashank Nistala <[email protected]>
  • Loading branch information
eirsep committed Jul 17, 2023
1 parent 064e5f5 commit 537026f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class SecureWorkflowRestApiIT : AlertingRestTestCase() {
fun create() {
if (userClient == null) {
createUser(user, arrayOf())
userClient = SecureRestClientBuilder(clusterHosts.toTypedArray(), isHttps(), user, user).setSocketTimeout(60000).build()
userClient = SecureRestClientBuilder(clusterHosts.toTypedArray(), isHttps(), user, password).setSocketTimeout(60000).build()
}
}

Expand Down

0 comments on commit 537026f

Please sign in to comment.