@@ -578,7 +578,7 @@ func TestGitRepositoryReconciler_reconcileArtifact(t *testing.T) {
578
578
},
579
579
afterFunc : func (t * WithT , obj * sourcev1.GitRepository , artifact sourcev1.Artifact ) {
580
580
t .Expect (obj .GetArtifact ()).ToNot (BeNil ())
581
- t .Expect (obj .GetArtifact ().Checksum ).To (Equal ("b1fab897a1a0fb8094ce3ae0e9743a4b72bd7268 " ))
581
+ t .Expect (obj .GetArtifact ().Checksum ).To (Equal ("ef9c34eab0584035ac8b8a4070876954ea46f270250d60648672feef3e943426 " ))
582
582
t .Expect (obj .Status .URL ).ToNot (BeEmpty ())
583
583
},
584
584
want : ctrl.Result {RequeueAfter : interval },
@@ -595,7 +595,7 @@ func TestGitRepositoryReconciler_reconcileArtifact(t *testing.T) {
595
595
},
596
596
afterFunc : func (t * WithT , obj * sourcev1.GitRepository , artifact sourcev1.Artifact ) {
597
597
t .Expect (obj .GetArtifact ()).ToNot (BeNil ())
598
- t .Expect (obj .GetArtifact ().Checksum ).To (Equal ("b1fab897a1a0fb8094ce3ae0e9743a4b72bd7268 " ))
598
+ t .Expect (obj .GetArtifact ().Checksum ).To (Equal ("ef9c34eab0584035ac8b8a4070876954ea46f270250d60648672feef3e943426 " ))
599
599
t .Expect (obj .Status .IncludedArtifacts ).ToNot (BeEmpty ())
600
600
t .Expect (obj .Status .URL ).ToNot (BeEmpty ())
601
601
},
@@ -630,7 +630,7 @@ func TestGitRepositoryReconciler_reconcileArtifact(t *testing.T) {
630
630
},
631
631
afterFunc : func (t * WithT , obj * sourcev1.GitRepository , artifact sourcev1.Artifact ) {
632
632
t .Expect (obj .GetArtifact ()).ToNot (BeNil ())
633
- t .Expect (obj .GetArtifact ().Checksum ).To (Equal ("a71f8c076db814bc21c16cecc960c4fcaf970ac5 " ))
633
+ t .Expect (obj .GetArtifact ().Checksum ).To (Equal ("dc95ae14c19d335b693bbba58ae2a562242b0cf33893baffd1b7605ba578e0d6 " ))
634
634
},
635
635
want : ctrl.Result {RequeueAfter : interval },
636
636
assertConditions : []metav1.Condition {
@@ -646,7 +646,7 @@ func TestGitRepositoryReconciler_reconcileArtifact(t *testing.T) {
646
646
},
647
647
afterFunc : func (t * WithT , obj * sourcev1.GitRepository , artifact sourcev1.Artifact ) {
648
648
t .Expect (obj .GetArtifact ()).ToNot (BeNil ())
649
- t .Expect (obj .GetArtifact ().Checksum ).To (Equal ("b1fab897a1a0fb8094ce3ae0e9743a4b72bd7268 " ))
649
+ t .Expect (obj .GetArtifact ().Checksum ).To (Equal ("ef9c34eab0584035ac8b8a4070876954ea46f270250d60648672feef3e943426 " ))
650
650
t .Expect (obj .Status .URL ).ToNot (BeEmpty ())
651
651
},
652
652
want : ctrl.Result {RequeueAfter : interval },
@@ -663,7 +663,7 @@ func TestGitRepositoryReconciler_reconcileArtifact(t *testing.T) {
663
663
},
664
664
afterFunc : func (t * WithT , obj * sourcev1.GitRepository , artifact sourcev1.Artifact ) {
665
665
t .Expect (obj .GetArtifact ()).ToNot (BeNil ())
666
- t .Expect (obj .GetArtifact ().Checksum ).To (Equal ("b1fab897a1a0fb8094ce3ae0e9743a4b72bd7268 " ))
666
+ t .Expect (obj .GetArtifact ().Checksum ).To (Equal ("ef9c34eab0584035ac8b8a4070876954ea46f270250d60648672feef3e943426 " ))
667
667
t .Expect (obj .Status .URL ).ToNot (BeEmpty ())
668
668
},
669
669
want : ctrl.Result {RequeueAfter : interval },
0 commit comments