From 30441702507256e943f22082c56189da465a98a7 Mon Sep 17 00:00:00 2001 From: jannfis Date: Mon, 6 Jan 2025 20:21:25 +0000 Subject: [PATCH] Update e2e test Signed-off-by: jannfis --- test/e2e2/sync_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e2/sync_test.go b/test/e2e2/sync_test.go index 57de806..5172f81 100644 --- a/test/e2e2/sync_test.go +++ b/test/e2e2/sync_test.go @@ -156,6 +156,8 @@ func (suite *SyncTestSuite) Test_SyncManaged() { // principal app = argoapp.Application{} err = suite.PrincipalClient.Get(suite.Ctx, key, &app, metav1.GetOptions{}) + app.Spec.Destination.Name = "in-cluster" + app.Spec.Destination.Server = "" requires.NoError(err) mapp := argoapp.Application{} err = suite.ManagedAgentClient.Get(suite.Ctx, key, &mapp, metav1.GetOptions{})