mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Correction: Fix error message.
This commit is contained in:
@@ -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" {
|
||||
|
Reference in New Issue
Block a user