@@ -258,7 +258,7 @@ func TestHelmReleaseReconciler_reconcileRelease(t *testing.T) {
258258 },
259259 Status : sourcev1.HelmChartStatus {
260260 ObservedGeneration : 1 ,
261- Artifact : & sourcev1 .Artifact {},
261+ Artifact : & meta .Artifact {},
262262 Conditions : []metav1.Condition {
263263 {
264264 Type : meta .ReadyCondition ,
@@ -314,7 +314,7 @@ func TestHelmReleaseReconciler_reconcileRelease(t *testing.T) {
314314 },
315315 Status : sourcev1.HelmChartStatus {
316316 ObservedGeneration : 2 ,
317- Artifact : & sourcev1 .Artifact {},
317+ Artifact : & meta .Artifact {},
318318 Conditions : []metav1.Condition {
319319 {
320320 Type : meta .ReadyCondition ,
@@ -372,7 +372,7 @@ func TestHelmReleaseReconciler_reconcileRelease(t *testing.T) {
372372 },
373373 Status : sourcev1.HelmChartStatus {
374374 ObservedGeneration : 1 ,
375- Artifact : & sourcev1 .Artifact {
375+ Artifact : & meta .Artifact {
376376 URL : testServer .URL () + "/does-not-exist" ,
377377 },
378378 Conditions : []metav1.Condition {
@@ -1134,7 +1134,7 @@ func TestHelmReleaseReconciler_reconcileReleaseFromHelmChartSource(t *testing.T)
11341134 },
11351135 Status : sourcev1.HelmChartStatus {
11361136 ObservedGeneration : 2 ,
1137- Artifact : & sourcev1 .Artifact {
1137+ Artifact : & meta .Artifact {
11381138 URL : testServer .URL () + "/does-not-exist" ,
11391139 },
11401140 Conditions : []metav1.Condition {
@@ -1190,7 +1190,7 @@ func TestHelmReleaseReconciler_reconcileReleaseFromHelmChartSource(t *testing.T)
11901190 },
11911191 Status : sourcev1.HelmChartStatus {
11921192 ObservedGeneration : 1 ,
1193- Artifact : & sourcev1 .Artifact {},
1193+ Artifact : & meta .Artifact {},
11941194 Conditions : []metav1.Condition {
11951195 {
11961196 Type : meta .ReadyCondition ,
@@ -1211,7 +1211,7 @@ func TestHelmReleaseReconciler_reconcileReleaseFromHelmChartSource(t *testing.T)
12111211 },
12121212 Status : sourcev1.HelmChartStatus {
12131213 ObservedGeneration : 2 ,
1214- Artifact : & sourcev1 .Artifact {
1214+ Artifact : & meta .Artifact {
12151215 URL : testServer .URL () + "/does-not-exist" ,
12161216 },
12171217 Conditions : []metav1.Condition {
@@ -1601,7 +1601,7 @@ func TestHelmReleaseReconciler_reconcileReleaseFromOCIRepositorySource(t *testin
16011601 },
16021602 Status : sourcev1.OCIRepositoryStatus {
16031603 ObservedGeneration : 2 ,
1604- Artifact : & sourcev1 .Artifact {},
1604+ Artifact : & meta .Artifact {},
16051605 Conditions : []metav1.Condition {
16061606 {
16071607 Type : meta .ReadyCondition ,
@@ -1663,7 +1663,7 @@ func TestHelmReleaseReconciler_reconcileReleaseFromOCIRepositorySource(t *testin
16631663 },
16641664 Status : sourcev1.OCIRepositoryStatus {
16651665 ObservedGeneration : 2 ,
1666- Artifact : & sourcev1 .Artifact {
1666+ Artifact : & meta .Artifact {
16671667 URL : testServer .URL () + "/does-not-exist" ,
16681668 },
16691669 Conditions : []metav1.Condition {
@@ -1719,7 +1719,7 @@ func TestHelmReleaseReconciler_reconcileReleaseFromOCIRepositorySource(t *testin
17191719 },
17201720 Status : sourcev1.HelmChartStatus {
17211721 ObservedGeneration : 1 ,
1722- Artifact : & sourcev1 .Artifact {},
1722+ Artifact : & meta .Artifact {},
17231723 Conditions : []metav1.Condition {
17241724 {
17251725 Type : meta .ReadyCondition ,
@@ -1740,7 +1740,7 @@ func TestHelmReleaseReconciler_reconcileReleaseFromOCIRepositorySource(t *testin
17401740 },
17411741 Status : sourcev1.OCIRepositoryStatus {
17421742 ObservedGeneration : 2 ,
1743- Artifact : & sourcev1 .Artifact {
1743+ Artifact : & meta .Artifact {
17441744 URL : testServer .URL () + "/does-not-exist" ,
17451745 },
17461746 Conditions : []metav1.Condition {
@@ -3999,7 +3999,7 @@ func Test_isHelmChartReady(t *testing.T) {
39993999 Status : metav1 .ConditionTrue ,
40004000 },
40014001 },
4002- Artifact : & sourcev1 .Artifact {},
4002+ Artifact : & meta .Artifact {},
40034003 },
40044004 }
40054005
@@ -4089,7 +4089,7 @@ func Test_isOCIRepositoryReady(t *testing.T) {
40894089 Status : metav1 .ConditionTrue ,
40904090 },
40914091 },
4092- Artifact : & sourcev1 .Artifact {},
4092+ Artifact : & meta .Artifact {},
40934093 },
40944094 }
40954095
@@ -4210,7 +4210,7 @@ func Test_TryMutateChartWithSourceRevision(t *testing.T) {
42104210
42114211 s := & sourcev1.OCIRepository {
42124212 Status : sourcev1.OCIRepositoryStatus {
4213- Artifact : & sourcev1 .Artifact {
4213+ Artifact : & meta .Artifact {
42144214 Revision : tt .revision ,
42154215 },
42164216 },
0 commit comments