Skip to content

Commit

Permalink
actually change that to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasobon committed Feb 4, 2025
1 parent 327d7a2 commit b7e959c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (s *KubernetesClusterNameProviderTestSuite) TestGetClusterName() {
},
BinaryData: nil,
}
cfg := &config.Config{KubeConfig: "!invalidkubeconfig"}
cfg := &config.Config{KubeConfig: "/dev/null"}
client := fake.NewSimpleClientset(ns, cfgMap)
provider := KubernetesClusterNameProvider{KubeClient: client}

Expand All @@ -81,7 +81,7 @@ func (s *KubernetesClusterNameProviderTestSuite) TestGetClusterMetadataNoCluster
UID: types.UID(kubeSystemNamespaceId),
},
}
cfg := &config.Config{KubeConfig: "!invalidkubeconfig"}
cfg := &config.Config{KubeConfig: "/dev/null"}
client := fake.NewSimpleClientset(ns)
provider := KubernetesClusterNameProvider{KubeClient: client}

Expand Down

0 comments on commit b7e959c

Please sign in to comment.