Skip to content

Commit

Permalink
Fix migration test flag (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec authored Jul 13, 2023
1 parent e0c8adf commit 1e4309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestBotkubeMigration(t *testing.T) {
cmd := exec.Command(appCfg.BotkubeBinaryPath, "migrate",
"--auto-upgrade",
"--skip-open-browser",
"--debug",
"--verbose",
fmt.Sprintf("--token=%s", token),
fmt.Sprintf("--cloud-api-url=%s", appCfg.BotkubeCloudDevGQLEndpoint),
fmt.Sprintf("--instance-name=%s", appCfg.DeploymentName))
Expand Down

0 comments on commit 1e4309e

Please sign in to comment.