Skip to content

Commit

Permalink
Cleanup file created by the unit test (vmware-tanzu#551)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Khouzam <[email protected]>
  • Loading branch information
marckhouzam authored Oct 19, 2023
1 parent f29f289 commit bce05cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/auth/utils/kubeconfig/kubeconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ var _ = Describe("Unit tests for kubeconfig use cases", func() {
kubeconfigFilePath3 = "../../../fakes/config/kubeconfig3_temp_rnhwe.yaml"
validateKubeconfig(kubeconfigFilePath, 3, "foo-context")
validateKubeconfig(kubeconfigFilePath2, 1, "baz-context")
})
AfterEach(func() {
deleteTempFile(kubeconfigFilePath3)
})
It("should merge with existing kubeconf file without switching context", func() {
Expand Down

0 comments on commit bce05cf

Please sign in to comment.