Skip to content

Commit

Permalink
Merge branch 'master' into feature/http-health-check-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Jan 25, 2019
2 parents 3739d86 + 7fbb526 commit 0d8b61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth_test.go
Expand Up @@ -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()
Expand Down

0 comments on commit 0d8b61c

Please sign in to comment.