Skip to content

Commit

Permalink
Adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalet committed Mar 20, 2024
1 parent c90eda9 commit 926a5b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/pkg/flags/flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,10 @@ func TestCIDRSliceFlag(t *testing.T) {
isValid: false,
},
{
description: "invalid empty value",
value1: utils.Ptr(""),
isValid: false,
description: "invalid empty value",
value1: utils.Ptr(""),
isValid: true,
expectedValue: []string{},
},
{
description: "invalid empty value in list",
Expand Down

0 comments on commit 926a5b6

Please sign in to comment.