Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Aug 7, 2024
1 parent 46c90ee commit 79ca164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apiserver/vshn/postgres/backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var (
Items: []vshnv1.VSHNPostgreSQL{
{
ObjectMeta: metav1.ObjectMeta{
Name: "postgres-one-tty",
Name: "postgres-one",
Labels: map[string]string{
claimNameLabel: "postgres-one",
claimNamespaceLabel: "namespace-claim",
Expand All @@ -123,7 +123,7 @@ var (
},
{
ObjectMeta: metav1.ObjectMeta{
Name: "postgres-two-bbf",
Name: "postgres-two",
Labels: map[string]string{
claimNameLabel: "postgres-two",
claimNamespaceLabel: "namespace-claim",
Expand Down

0 comments on commit 79ca164

Please sign in to comment.