Merge pull request #2376 from fluxcd/fix-azure-test

e2e: Fix Azure image update automation test
pull/2370/merge
Stefan Prodan 3 years ago committed by GitHub
commit 55542a8086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -483,7 +483,7 @@ func TestImageRepositoryACR(t *testing.T) {
Interval: metav1.Duration{ Interval: metav1.Duration{
Duration: 1 * time.Minute, Duration: 1 * time.Minute,
}, },
SourceRef: automationv1beta1.SourceReference{ SourceRef: automationv1beta1.CrossNamespaceSourceReference{
Kind: "GitRepository", Kind: "GitRepository",
Name: name, Name: name,
}, },

Loading…
Cancel
Save