Skip to content

Commit

Permalink
fix test cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Troshin <[email protected]>
  • Loading branch information
antontroshin committed Feb 15, 2025
1 parent e204fc4 commit 696a80b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,9 @@ func GenerateCertificateWithOutDirTests() func(t *testing.T) {
assert.FileExists(t, "./certs/ca.crt")
assert.FileExists(t, "./certs/issuer.crt")
assert.FileExists(t, "./certs/issuer.key")

err = os.RemoveAll("./certs")
assert.NoError(t, err)
}
}

Expand Down

0 comments on commit 696a80b

Please sign in to comment.