diff --git a/auth_test.go b/auth_test.go index 911b4f7..630b5db 100644 --- a/auth_test.go +++ b/auth_test.go @@ -6,6 +6,7 @@ import ( ) func TestUpdateAllowedFromIP(t *testing.T) { + Config.API.UseHeader = false userWithAllow := newACMETxt() userWithAllow.AllowFrom = cidrslice{"192.168.1.2/32", "[::1]/128"} userWithoutAllow := newACMETxt()