Skip to content

Commit

Permalink
Fix lint execution (#381)
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <[email protected]>
  • Loading branch information
iblancasa authored Aug 26, 2022
1 parent e37b284 commit 6a3f4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (h *Harness) RunTestEnv() (*rest.Config, error) {

h.T.Logf("started test environment (kube-apiserver and etcd) in %v, with following options:\n%s",
time.Since(started),
strings.Join(testenv.Environment.KubeAPIServerFlags, "\n"))
strings.Join(testenv.Environment.ControlPlane.GetAPIServer().Args, "\n"))
h.env = testenv.Environment

return testenv.Config, nil
Expand Down

0 comments on commit 6a3f4fa

Please sign in to comment.