Skip to content

Commit ad2981d

Browse files
author
Gabriel Monroy
committed
fix(tests): shrink deis pull image by 200MB
1 parent e6203bd commit ad2981d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/builds_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func buildsListTest(t *testing.T, params *utils.DeisTestConfig) {
7474
// to promote a build from an existing docker image.
7575
func buildsCreateTest(t *testing.T, params *utils.DeisTestConfig) {
7676
params.AppName = "deispullsample"
77-
params.ImageID = "deis/example-dockerfile-python:latest"
77+
params.ImageID = "deis/example-go:latest"
7878
params.ExampleApp = "example-deis-pull"
7979
if err := os.Mkdir(params.ExampleApp, 0755); err != nil {
8080
t.Fatal(err)

0 commit comments

Comments
 (0)