Skip to content

Commit

Permalink
Fixed error in denied_uids spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenomitch committed Mar 6, 2024
1 parent d1cdbac commit 55bcfa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/exec/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,8 @@ func TestDriver_Config_validate(t *testing.T) {
})

t.Run("denied_host_ids", func(t *testing.T) {
invalidUidRange := "invalid uid range"
invalidGidRange := "invalid gid range"
invalidUidRange := "invalid denied_host_uids value"
invalidGidRange := "invalid denied_host_gids value"

for _, tc := range []struct {
uidRanges string
Expand Down

0 comments on commit 55bcfa0

Please sign in to comment.