@@ -26,7 +26,7 @@ func TestCreateGit(t *testing.T) {
26
26
defer e2e .CleanFiles (extractDir )
27
27
28
28
// Verify the full-repo component
29
- gitDir := fmt .Sprintf ("%s/components/full-repo/repos/zarf-public-test-1143224168 /.git" , extractDir )
29
+ gitDir := fmt .Sprintf ("%s/components/full-repo/repos/zarf-public-test-2395699829 /.git" , extractDir )
30
30
verifyGitRepo (t , gitDir ,
31
31
"0a6b587" , "(HEAD -> main, online-upstream/main)" , "Adjust dragon spacing" ,
32
32
"v0.0.1\n " , " dragons\n * main\n " )
@@ -38,13 +38,13 @@ func TestCreateGit(t *testing.T) {
38
38
"v0.0.1\n " , " dragons\n * main\n " )
39
39
40
40
// Verify specific tag component shorthand tag
41
- gitDir = fmt .Sprintf ("%s/components/specific-tag/repos/zarf-public-test-443792367 /.git" , extractDir )
41
+ gitDir = fmt .Sprintf ("%s/components/specific-tag/repos/zarf-public-test-470731282 /.git" , extractDir )
42
42
verifyGitRepo (t , gitDir ,
43
43
"5249809" , "(HEAD -> zarf-ref-v0.0.1, tag: v0.0.1)" , "Added README.md" ,
44
44
"v0.0.1\n " , "* zarf-ref-v0.0.1\n " )
45
45
46
46
// Verify specific tag component refspec tag
47
- gitDir = fmt .Sprintf ("%s/components/specific-tag/repos/zarf-public-test-1981411475 /.git" , extractDir )
47
+ gitDir = fmt .Sprintf ("%s/components/specific-tag/repos/zarf-public-test-482869567 /.git" , extractDir )
48
48
verifyGitRepo (t , gitDir ,
49
49
"5249809" , "(HEAD -> zarf-ref-v0.0.1, tag: v0.0.1)" , "Added README.md" ,
50
50
"v0.0.1\n " , "* zarf-ref-v0.0.1\n " )
@@ -56,7 +56,7 @@ func TestCreateGit(t *testing.T) {
56
56
"v0.0.1\n " , "* zarf-ref-v0.0.1\n " )
57
57
58
58
// Verify specific branch component
59
- gitDir = fmt .Sprintf ("%s/components/specific-branch/repos/zarf-public-test-1670574289 /.git" , extractDir )
59
+ gitDir = fmt .Sprintf ("%s/components/specific-branch/repos/zarf-public-test-2265377406 /.git" , extractDir )
60
60
verifyGitRepo (t , gitDir ,
61
61
"01a2321" , "(HEAD -> dragons, online-upstream/dragons)" , "Explain what this repo does" ,
62
62
"" , "* dragons\n " )
@@ -68,7 +68,7 @@ func TestCreateGit(t *testing.T) {
68
68
"" , "* dragons\n " )
69
69
70
70
// Verify specific hash component
71
- gitDir = fmt .Sprintf ("%s/components/specific-hash/repos/zarf-public-test-2357350897 /.git" , extractDir )
71
+ gitDir = fmt .Sprintf ("%s/components/specific-hash/repos/zarf-public-test-3231174532 /.git" , extractDir )
72
72
verifyGitRepo (t , gitDir ,
73
73
"01a2321" , "(HEAD -> zarf-ref-01a23218923f24194133b5eb11268cf8d73ff1bb, online-upstream/dragons)" , "Explain what this repo does" ,
74
74
"v0.0.1\n " , " main\n * zarf-ref-01a23218923f24194133b5eb11268cf8d73ff1bb\n " )
0 commit comments