From 70c8c0445cdb2b4a0e0554e6064fa412d22a1627 Mon Sep 17 00:00:00 2001
From: Stefan Prodan <stefan.prodan@gmail.com>
Date: Thu, 3 Feb 2022 16:38:25 +0200
Subject: [PATCH] e2e: Fix Azure image update automation test

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
---
 tests/azure/azure_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/azure/azure_test.go b/tests/azure/azure_test.go
index 04542659..ce4c2937 100644
--- a/tests/azure/azure_test.go
+++ b/tests/azure/azure_test.go
@@ -483,7 +483,7 @@ func TestImageRepositoryACR(t *testing.T) {
 			Interval: metav1.Duration{
 				Duration: 1 * time.Minute,
 			},
-			SourceRef: automationv1beta1.SourceReference{
+			SourceRef: automationv1beta1.CrossNamespaceSourceReference{
 				Kind: "GitRepository",
 				Name: name,
 			},
-- 
GitLab