Fix test
This commit is contained in:
parent
6b6e7f5464
commit
62191fc3e2
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ func TestIsLocationAllowed(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
loc := ingress.Location{
|
loc := ingress.Location{
|
||||||
Denied: nil,
|
Denied: "",
|
||||||
}
|
}
|
||||||
|
|
||||||
isAllowed := isLocationAllowed(&loc)
|
isAllowed := isLocationAllowed(&loc)
|
||||||
|
|
Loading…
Reference in a new issue