From ed3bd543bdf8ee383a64ca1891e267061904a633 Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Wed, 18 Dec 2024 17:32:23 +0100 Subject: [PATCH] chore: review Signed-off-by: Jonathan Gonzalez V. --- tests/e2e/publication_subscription_test.go | 2 +- tests/labels.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/e2e/publication_subscription_test.go b/tests/e2e/publication_subscription_test.go index e070d0bcfd..0ffa10d918 100644 --- a/tests/e2e/publication_subscription_test.go +++ b/tests/e2e/publication_subscription_test.go @@ -33,7 +33,7 @@ import ( // - spinning up a cluster, apply a declarative publication/subscription on it // Set of tests in which we use the declarative publication and subscription CRDs on an existing cluster -var _ = Describe("Publication and Subscription", Label(tests.LabelDeclarativePubSub), func() { +var _ = Describe("Publication and Subscription", Label(tests.LabelPublicationSubscription), func() { const ( sourceClusterManifest = fixturesDir + "/declarative_pub_sub/source-cluster.yaml.template" destinationClusterManifest = fixturesDir + "/declarative_pub_sub/destination-cluster.yaml.template" diff --git a/tests/labels.go b/tests/labels.go index aec46d51d7..ee37925343 100644 --- a/tests/labels.go +++ b/tests/labels.go @@ -62,8 +62,8 @@ const ( // LabelPostgresConfiguration is a label for selecting postgres-configuration test LabelPostgresConfiguration = "postgres-configuration" - // LabelDeclarativePubSub is a label for selecting the publication / subscription test - LabelDeclarativePubSub = "publication-subscription" + // LabelPublicationSubscription is a label for selecting the publication / subscription test + LabelPublicationSubscription = "publication-subscription" // LabelRecovery is a label for selecting recovery tests LabelRecovery = "recovery"