Correction: Fix error message.

This commit is contained in:
Tom Limoncelli 2018-02-27 16:52:45 -05:00
parent 32a481b85f
commit b83630044f

View file

@ -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" {