Skip to content

Commit

Permalink
chore: fix prestodb tests (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
haveiss authored Mar 27, 2024
1 parent fda7e0b commit 028ab45
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: "ahanaio/prestodb-sandbox",
Tag: "0.270",
Repository: "ghcr.io/popsql/prestodb-sandbox",
Tag: "0.286",
ExposedPorts: []string{"8080"},
PortBindings: map[docker.Port][]docker.PortBinding{"8080": {{HostIP: "0.0.0.0", HostPort: port}}},
}
Expand Down

0 comments on commit 028ab45

Please sign in to comment.