Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzielenski committed Jul 18, 2023
1 parent f3f5dd9 commit 0d40d70
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -1807,6 +1807,10 @@ func TestAllValidationActions(t *testing.T) {
require.ErrorContains(t, err, "I'm sorry Dave")
}

func TestClusterWideParamSelector(t *testing.T) {

}

func TestAuditAnnotations(t *testing.T) {
testContext, testContextCancel := context.WithCancel(context.Background())
defer testContextCancel()
Expand Down

0 comments on commit 0d40d70

Please sign in to comment.