We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e537c8 commit 7f1e72dCopy full SHA for 7f1e72d
pkg/argocd/update_test.go
@@ -154,6 +154,9 @@ func Test_UpdateApplication(t *testing.T) {
154
},
155
Images: *parseImageList(annotations),
156
}
157
+ // Disable batching to preserve legacy immediate write-back semantics for this test
158
+ _ = os.Setenv("GIT_BATCH_DISABLE", "true")
159
+ defer os.Unsetenv("GIT_BATCH_DISABLE")
160
res := UpdateApplication(&UpdateConfiguration{
161
NewRegFN: mockClientFn,
162
ArgoClient: &argoClient,
0 commit comments