diff --git a/plugins/extractors/presto/presto_test.go b/plugins/extractors/presto/presto_test.go index 15da38113..ae0f12f61 100644 --- a/plugins/extractors/presto/presto_test.go +++ b/plugins/extractors/presto/presto_test.go @@ -35,7 +35,7 @@ var ( func TestMain(m *testing.M) { // setup test opts := dockertest.RunOptions{ - Repository: "ahanaio/prestodb-sandbox", + Repository: "prestodb/presto:0.284", Tag: "0.270", ExposedPorts: []string{"8080"}, PortBindings: map[docker.Port][]docker.PortBinding{"8080": {{HostIP: "0.0.0.0", HostPort: port}}},