From b83630044f5c7d5d8ad2622ad69f6490fd637989 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Tue, 27 Feb 2018 16:52:45 -0500 Subject: [PATCH] Correction: Fix error message. --- integrationTest/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index 8acb8c178..f931b096d 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -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" {