File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func TestBuildNewWithOptionalParams(t *testing.T) {
2929 option .WithAPIKey ("My API Key" ),
3030 )
3131 _ , err := client .Builds .New (context .TODO (), hypeman.BuildNewParams {
32- Source : io .Reader (bytes .NewBuffer ([]byte ("some file contents " ))),
32+ Source : io .Reader (bytes .NewBuffer ([]byte ("Example data " ))),
3333 BaseImageDigest : hypeman .String ("base_image_digest" ),
3434 CacheScope : hypeman .String ("cache_scope" ),
3535 CPUs : hypeman .Int (0 ),
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ func TestVolumeNewFromArchiveWithOptionalParams(t *testing.T) {
112112 )
113113 _ , err := client .Volumes .NewFromArchive (
114114 context .TODO (),
115- io .Reader (bytes .NewBuffer ([]byte ("some file contents " ))),
115+ io .Reader (bytes .NewBuffer ([]byte ("Example data " ))),
116116 hypeman.VolumeNewFromArchiveParams {
117117 Name : "name" ,
118118 SizeGB : 0 ,
You can’t perform that action at this time.
0 commit comments