Skip to content

Commit

Permalink
changing the test pod args
Browse files Browse the repository at this point in the history
  • Loading branch information
aganesh-suse committed Apr 22, 2024
1 parent ad5606f commit ef00001
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions entrypoint/secretsencrypt/encryption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ var _ = Describe("Test:", func() {
})

It("Validate Pods", func() {
testcase.TestPodStatus(
assert.PodAssertRestart(),
assert.PodAssertReady(),
assert.PodAssertStatus(),
)
testcase.TestPodStatus(nil, nil, nil)
// assert.PodAssertRestart(),
// assert.PodAssertReady(),
// assert.PodAssertStatus(),
// )
})
})

Expand Down

0 comments on commit ef00001

Please sign in to comment.