mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 21:43:50 +07:00
Remove old commented out code
This commit is contained in:
parent
5f68d84ca5
commit
8c99346b01
@ -177,11 +177,6 @@ func TestApiManyUpdateWithCredentials(t *testing.T) {
|
||||
t.Errorf("Could not create new user with a valid CIDR, got error [%v]", err)
|
||||
}
|
||||
|
||||
/* newUserWithValidCIDR, err := DB.Register(cidrslice{"192.168.1.1/32", "invalid"})
|
||||
if err != nil {
|
||||
t.Errorf("Could not create new user with CIDR, got error [%v]", err)
|
||||
}
|
||||
*/
|
||||
for _, test := range []struct {
|
||||
user string
|
||||
pass string
|
||||
|
Loading…
Reference in New Issue
Block a user