Skip to content

Commit 7c44cc9

Browse files
committed
Fix CI
1 parent 5c6aeb4 commit 7c44cc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/metricbeat/module/sql/query/query_integration_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ func TestPostgreSQL(t *testing.T) {
228228

229229
func TestOracle(t *testing.T) {
230230
service := compose.EnsureUp(t, "oracle")
231-
_, port, _ := net.SplitHostPort(service.Host())
232-
host := "127.0.0.1"
231+
host, port, _ := net.SplitHostPort(service.Host())
233232

234233
// Wait for Oracle to be ready instead of sleeping for 300 seconds
235234
waitForOracleConnection(t, host, port)

0 commit comments

Comments
 (0)