diff --git a/e2e/plugin/plugin.go b/e2e/plugin/plugin.go index 116e52ac..6159814f 100644 --- a/e2e/plugin/plugin.go +++ b/e2e/plugin/plugin.go @@ -173,7 +173,7 @@ var _ = ginkgo.Describe("Plugin test", func() { // wait for update gomega.Eventually(func() bool { err := f.VclusterCRClient.Get(f.Context, types.NamespacedName{Name: "test", Namespace: "test"}, vSecret) - return err == nil && string(vSecret.Data["test"]) == "test" + return err == nil && string(vSecret.Data["test"]) == "newtest" }). WithPolling(pollingInterval). WithTimeout(pollingDurationLong).