Skip to content

Commit

Permalink
Update e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: jannfis <[email protected]>
  • Loading branch information
jannfis committed Jan 7, 2025
1 parent 6639d55 commit 3044170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e2/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{})
Expand Down

0 comments on commit 3044170

Please sign in to comment.