Skip to content

Commit

Permalink
fix: Selenium unit test passes (kedacore#6246)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored and rickbrouwer committed Oct 21, 2024
1 parent 02022f4 commit 05fcee8
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions pkg/scalers/selenium_grid_scaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -811,14 +811,16 @@ func Test_parseSeleniumGridScalerMetadata(t *testing.T) {
},
wantErr: false,
want: &seleniumGridScalerMetadata{
URL: "http://selenium-hub:4444/graphql",
BrowserName: "MicrosoftEdge",
SessionBrowserName: "msedge",
TargetValue: 1,
BrowserVersion: "latest",
PlatformName: "linux",
Username: "username",
Password: "password",
URL: "http://selenium-hub:4444/graphql",
BrowserName: "MicrosoftEdge",
SessionBrowserName: "msedge",
TargetValue: 1,
BrowserVersion: "latest",
PlatformName: "linux",
Username: "username",
Password: "password",
SessionsPerNode: 1,
SessionBrowserVersion: "latest",
},
},
{
Expand Down

0 comments on commit 05fcee8

Please sign in to comment.