mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-26 01:15:00 +00:00
Merge pull request #2376 from fluxcd/fix-azure-test
e2e: Fix Azure image update automation test
This commit is contained in:
commit
55542a8086
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue