Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lukša <mluksa@redhat.com>
  • Loading branch information
luksa committed Oct 8, 2024
1 parent 3356e6a commit ff10c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/multicluster/multicluster_primaryremote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ spec:
By("Creating Remote Secret on Primary Cluster")
secret, err := istioctl.CreateRemoteSecret(kubeconfig2, "remote", internalIPRemote)
Expect(err).NotTo(HaveOccurred())
Expect(k1.ApplyString(secret)).To(Succeed(), "Remote secret creation failed on Primary Cluster")
Expect(k1.WithNamespace(controlPlaneNamespace).ApplyString(secret)).To(Succeed(), "Remote secret creation failed on Primary Cluster")
})

It("secret is created", func(ctx SpecContext) {
Expand Down

0 comments on commit ff10c8e

Please sign in to comment.