Skip to content

Commit

Permalink
Revert "fixing UT r4"
Browse files Browse the repository at this point in the history
This reverts commit 3aaff8a -- cause this breaks other integration tests.
  • Loading branch information
zoxpx committed Apr 16, 2024
1 parent 148196b commit 575946c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vault/vault_cooldowns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ var (
)

func setupK8sTests(t *testing.T) {
setup()
tokFile := "/var/run/secrets/kubernetes.io/serviceaccount/token"
if _, err := os.Stat(tokFile); os.IsNotExist(err) {
if err := os.MkdirAll(path.Dir(tokFile), 0755); err != nil {
Expand Down

0 comments on commit 575946c

Please sign in to comment.