This commit is contained in:
Alex Kursell 2019-02-22 10:35:44 -05:00
parent f42e86f9d4
commit 1676224595

View file

@ -468,7 +468,7 @@ func TestIsLocationAllowed(t *testing.T) {
} }
loc := ingress.Location{ loc := ingress.Location{
Denied: nil, Denied: "",
} }
isAllowed := isLocationAllowed(&loc) isAllowed := isLocationAllowed(&loc)