Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Gonzalez V. <[email protected]>
  • Loading branch information
sxd authored and mnencia committed Dec 19, 2024
1 parent 0770740 commit ed3bd54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/publication_subscription_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions tests/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ed3bd54

Please sign in to comment.