File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ func TestGCSGetter_GetGenerationFile(t *testing.T) {
72
72
dst := tempTestFile (t )
73
73
defer os .RemoveAll (filepath .Dir (dst ))
74
74
75
- // Download
75
+ // Download Previous Version
76
76
err := g .GetFile (
77
- dst , testURL ("https://www.googleapis.com/storage/v1/hc-go-getter-test/go-getter/versioned.txt#1615905097179533 " ))
77
+ dst , testURL ("https://www.googleapis.com/storage/v1/hc-go-getter-test/go-getter/versioned.txt#1664219586926715 " ))
78
78
if err != nil {
79
79
t .Fatalf ("err: %s" , err )
80
80
}
@@ -88,9 +88,9 @@ func TestGCSGetter_GetGenerationFile(t *testing.T) {
88
88
t .Fatalf ("expected file contents from generation to be `a` but got `%s`" , content )
89
89
}
90
90
91
- // Download
91
+ // Download Current Version
92
92
err = g .GetFile (
93
- dst , testURL ("https://www.googleapis.com/storage/v1/hc-go-getter-test/go-getter/versioned.txt#1615905174141919 " ))
93
+ dst , testURL ("https://www.googleapis.com/storage/v1/hc-go-getter-test/go-getter/versioned.txt#1664226903901093 " ))
94
94
if err != nil {
95
95
t .Fatalf ("err: %s" , err )
96
96
}
You can’t perform that action at this time.
0 commit comments