From de0f346ca24b08c455fe40ce42c7e4bd3c61b700 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Thu, 7 Nov 2024 21:26:42 +0000 Subject: [PATCH] NS1: Remove tests for NS1_URLFWD (#3195) --- integrationTest/integration_test.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index 791fd7c9f..59d35c962 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -779,10 +779,6 @@ func tlsa(name string, usage, selector, matchingtype uint8, target string) *mode return r } -func ns1Urlfwd(name, target string) *models.RecordConfig { - return makeRec(name, target, "NS1_URLFWD") -} - func porkbunUrlfwd(name, target, t, includePath, wildcard string) *models.RecordConfig { r := makeRec(name, target, "PORKBUN_URLFWD") r.Metadata = make(map[string]string) @@ -2080,14 +2076,6 @@ func makeTests() []*TestGroup { ), ), - // NS1 features - - testgroup("NS1_URLFWD tests", - only("NS1"), - tc("Add a urlfwd", ns1Urlfwd("urlfwd1", "/ http://example.com 302 2 0")), - tc("Update a urlfwd", ns1Urlfwd("urlfwd1", "/ http://example.org 301 2 0")), - ), - //// IGNORE* features // Narrative: You're basically done now. These remaining tests