This commit is contained in:
Alex Kursell 2019-02-22 10:35:44 -05:00
parent 6b6e7f5464
commit 62191fc3e2

View file

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