You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix githubapp expectation in proxy e2e test (#1801)
The fake githubapp Secret actually breaks the expectation for the
RootSyncStalledError, since it makes the RootSync spec valid. This
creates a race condition where the stalled error must be detected before
the reconciler-manager can reconcile the contrived Secret.
The fake secret is unnecessary for the assertion and is removed.
0 commit comments