Skip to content

Commit

Permalink
chore: fix presto db test tag (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag authored Jun 11, 2024
1 parent e37b2f7 commit 24904d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/extractors/presto/presto_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ var (
func TestMain(m *testing.M) {
// setup test
opts := dockertest.RunOptions{
Repository: "prestodb/presto:0.284",
Tag: "0.270",
Repository: "prestodb/presto",
Tag: "latest",
ExposedPorts: []string{"8080"},
PortBindings: map[docker.Port][]docker.PortBinding{"8080": {{HostIP: "0.0.0.0", HostPort: port}}},
}
Expand Down

0 comments on commit 24904d9

Please sign in to comment.