Skip to content

Commit

Permalink
Update for e2e selenium_test
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Oct 9, 2024
1 parent c5f790a commit 3659de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scalers/selenium/selenium_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
scaledObjectName = fmt.Sprintf("%s-so", testName)
hubHost = fmt.Sprintf("%s:%s@selenium-hub.%s", hubBasicAuthUsername, hubBasicAuthPassword, testNamespace)
hubPort = 4444
hubGraphURL = fmt.Sprintf("http://%s:%d/graphql", hubHost, hubPort)
hubGraphURL = fmt.Sprintf("http://selenium-hub.%s:%d/graphql", testNamespace, hubPort)
hubBasicAuthUsername = "admin"
hubBasicAuthPassword = "admin"
hubBasicAuthUsernameB64enc = "YWRtaW4="
Expand Down

0 comments on commit 3659de0

Please sign in to comment.