mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-07-22 13:48:51 +07:00
Remove old commented out code
This commit is contained in:
@ -177,11 +177,6 @@ func TestApiManyUpdateWithCredentials(t *testing.T) {
|
|||||||
t.Errorf("Could not create new user with a valid CIDR, got error [%v]", err)
|
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 {
|
for _, test := range []struct {
|
||||||
user string
|
user string
|
||||||
pass string
|
pass string
|
||||||
|
Reference in New Issue
Block a user