Skip to content

Commit

Permalink
chore: fix presto image path
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Jun 5, 2024
1 parent 9690792 commit c079904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/extractors/presto/presto_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}}},
Expand Down

0 comments on commit c079904

Please sign in to comment.