From c079904317dd9cac056a071ec7de7f39e88658b5 Mon Sep 17 00:00:00 2001 From: Ravi Suhag Date: Wed, 5 Jun 2024 15:45:45 -0500 Subject: [PATCH] chore: fix presto image path --- plugins/extractors/presto/presto_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/extractors/presto/presto_test.go b/plugins/extractors/presto/presto_test.go index 15da3811..ae0f12f6 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}}},