mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-24 23:53:01 +08:00
Correction: Fix error message.
This commit is contained in:
parent
32a481b85f
commit
b83630044f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ func runTests(t *testing.T, prv providers.DNSServiceProvider, domainName string,
|
|||
// get corrections for first time
|
||||
corrections, err := prv.GetDomainCorrections(dom)
|
||||
if err != nil {
|
||||
t.Fatal(errors.Wrap(err, "decode gandi-live"))
|
||||
t.Fatal(errors.Wrap(err, "runTests"))
|
||||
}
|
||||
if !skipVal && i != *startIdx && len(corrections) == 0 {
|
||||
if tst.Desc != "Empty" {
|
||||
|
|
Loading…
Reference in a new issue