From 21bb2a824da907e4c6026d7179780d7237fab71a Mon Sep 17 00:00:00 2001 From: Gun Store Date: Tue, 1 Dec 2020 21:41:10 +0000 Subject: [PATCH] Clean up code --- main_test.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/main_test.go b/main_test.go index a84e008..187eef9 100644 --- a/main_test.go +++ b/main_test.go @@ -34,7 +34,6 @@ func TestRunsSuite(t *testing.T) { // The manifest path should contain a file named config.json that is a // snippet of valid configuration that should be included on the // ChallengeRequest passed as part of the test cases. - // t.Skip() dnsResp := dynuclient.DNSResponse{ StatusCode: 200, ID: 98765, @@ -65,10 +64,6 @@ func TestRunsSuite(t *testing.T) { scenario: "DNS Record delete", expected: "/v2/dns/123456/record/98765", }, - { // why is cleanup running twice? - scenario: "DNS Record delete", - expected: "/v2/dns/123456/record/98765", - }, } httpCall := 0 fqdn = "cert-manager-dns01-tests-with-secret." + zone @@ -125,7 +120,6 @@ func TestRunsSuite(t *testing.T) { fixture.RunConformance(t) } func TestRunSuiteWithSecret(t *testing.T) { - //t.Skip() dnsResp := dynuclient.DNSResponse{ StatusCode: 200, ID: 98765, @@ -156,10 +150,6 @@ func TestRunSuiteWithSecret(t *testing.T) { scenario: "DNS Record delete", expected: "/v2/dns/123456/record/98765", }, - { // why is cleanup running twice? - scenario: "DNS Record delete", - expected: "/v2/dns/123456/record/98765", - }, } httpCall := 0 if os.Getenv("TEST_ZONE_NAME") != "" {