From 39eb45b9075896488c862485503b05def4285f51 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Tue, 7 May 2024 15:14:40 -0400 Subject: [PATCH] CICD: De-conflate integration test for SVCB and HTTPS (#2938) --- integrationTest/integration_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index b7120780f..28c7dce3a 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -1042,12 +1042,12 @@ func makeTests() []*TestGroup { testgroup("SVCB", requires(providers.CanUseSVCB), - tc("Create a HTTPS record", https("@", 1, "test.com.", "port=80")), - tc("Change HTTPS priority", https("@", 2, "test.com.", "port=80")), - tc("Change HTTPS target", https("@", 2, ".", "port=80")), - tc("Change HTTPS params", https("@", 2, ".", "port=99")), - tc("Change HTTPS params-empty", https("@", 2, ".", "")), - tc("Change HTTPS all", https("@", 3, "example.com.", "port=100")), + tc("Create a SVCB record", svcb("@", 1, "test.com.", "port=80")), + tc("Change SVCB priority", svcb("@", 2, "test.com.", "port=80")), + tc("Change SVCB target", svcb("@", 2, ".", "port=80")), + tc("Change SVCB params", svcb("@", 2, ".", "port=99")), + tc("Change SVCB params-empty", svcb("@", 2, ".", "")), + tc("Change SVCB all", svcb("@", 3, "example.com.", "port=100")), ), //// Test edge cases from various types.