diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index ae060425b..8af42e0b9 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -276,12 +276,8 @@ func makeChanges(t *testing.T, prv providers.DNSServiceProvider, dc *models.Doma } func runTests(t *testing.T, prv providers.DNSServiceProvider, domainName string, knownFailures map[int]bool, origConfig map[string]string) { - testGroups := makeTests(t) - runTestsHelper(t, prv, domainName, testGroups, origConfig) -} - -func runTestsHelper(t *testing.T, prv providers.DNSServiceProvider, domainName string, testGroups []*TestGroup, origConfig map[string]string) { dc := getDomainConfigWithNameservers(t, prv, domainName) + testGroups := makeTests(t) firstGroup := *startIdx if firstGroup == -1 {