mirror of
https://github.com/go-acme/lego.git
synced 2025-01-07 00:37:37 +02:00
Merge pull request #137 from xi2/fix-TestCheckAuthoritativeNss-failure-report
Fix TestCheckAuthoritativeNss failure report
This commit is contained in:
commit
d17982745f
@ -141,7 +141,7 @@ func TestCheckAuthoritativeNss(t *testing.T) {
|
|||||||
for _, tt := range checkAuthoritativeNssTests {
|
for _, tt := range checkAuthoritativeNssTests {
|
||||||
ok, _ := checkAuthoritativeNss(tt.fqdn, tt.value, tt.ns)
|
ok, _ := checkAuthoritativeNss(tt.fqdn, tt.value, tt.ns)
|
||||||
if ok != tt.ok {
|
if ok != tt.ok {
|
||||||
t.Errorf("%s: got %t; want %t", tt.fqdn, tt.ok, tt.ok)
|
t.Errorf("%s: got %t; want %t", tt.fqdn, ok, tt.ok)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user