Skip to content

Commit 4eda6a9

Browse files
committed
test fix
1 parent 41a099c commit 4eda6a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/resources/test_data_source_dir/test_jdbc_data.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
DoubleType,
1616
)
1717

18-
from ...parameters import ORACLEDB_CONNECTION_PARAMETERS, POSTGRES_CONNECTION_PARAMETERS
18+
from tests.parameters import (
19+
ORACLEDB_CONNECTION_PARAMETERS,
20+
POSTGRES_CONNECTION_PARAMETERS,
21+
)
1922

2023
host = ORACLEDB_CONNECTION_PARAMETERS["host"]
2124
port = ORACLEDB_CONNECTION_PARAMETERS["port"]

0 commit comments

Comments
 (0)