Skip to content

Commit aa8f458

Browse files
committed
fix(test): correct subtest name
Signed-off-by: Calum Murray <[email protected]>
1 parent d3643ed commit aa8f458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubernetes-mcp-server/cmd/root_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ func TestDisableMultiCluster(t *testing.T) {
286286
t.Fatalf("Expected ClusterProviderStrategy kubeconfig, got %s %v", out, err)
287287
}
288288
})
289-
t.Run("set with --disable-destructive", func(t *testing.T) {
289+
t.Run("set with --disable-multi-cluster", func(t *testing.T) {
290290
ioStreams, out := testStream()
291291
rootCmd := NewMCPServer(ioStreams)
292292
rootCmd.SetArgs([]string{"--version", "--port=1337", "--log-level=1", "--disable-multi-cluster"})

0 commit comments

Comments
 (0)