Skip to content

Commit

Permalink
minor update in framework's field name to align with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsTomar authored and cbron committed Feb 26, 2025
1 parent 75d2d09 commit 207f0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_cli/connect/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var _ = ginkgo.Describe("Connect to vCluster", func() {

ginkgo.It("should fail saying the client timeout exceeded", func() {
connectCmd := cmd.NewConnectCmd(&flags.GlobalFlags{})
connectCmd.SetArgs([]string{f.VclusterName})
connectCmd.SetArgs([]string{f.VClusterName})
err := connectCmd.Flags().Set("kube-config", f.VClusterKubeConfigFile.Name())
framework.ExpectNoError(err)
err = connectCmd.Flags().Set("server", "testdomain.org")
Expand Down

0 comments on commit 207f0dd

Please sign in to comment.