Fix test
This commit is contained in:
parent
6b6e7f5464
commit
62191fc3e2
|
|
@ -468,7 +468,7 @@ func TestIsLocationAllowed(t *testing.T) {
|
|||
}
|
||||
|
||||
loc := ingress.Location{
|
||||
Denied: nil,
|
||||
Denied: "",
|
||||
}
|
||||
|
||||
isAllowed := isLocationAllowed(&loc)
|
||||
|
|
|
|||
Loading…
Reference in New Issue