Skip to content

Commit

Permalink
added missing test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap committed Sep 6, 2024
1 parent a147b13 commit 7092897
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/web-hooks/internal/handler/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,11 @@ func TestCavInvalidity(t *testing.T) {
invalidJobinContentJobs: true,
backlogItems: []string{"ERP4SMEPREPWORKAPPPLAT-4351"},
},
{
operation: admissionv1.Create,
invalidWorkloadName: true,
backlogItems: []string{},
},
}
for _, test := range tests {
nameParts := []string{"Testing CAPApplicationversion invalidity for operation " + string(test.operation) + "; "}
Expand Down

0 comments on commit 7092897

Please sign in to comment.