Skip to content

Commit f9bcdfa

Browse files
committed
Fix incorrect docker reference
1 parent 5f68216 commit f9bcdfa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

terminusdb_client/tests/integration_tests/test_woql_select_empty.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313

1414

1515
@pytest.fixture(scope="module")
16-
def select_empty_db():
16+
def select_empty_db(docker_url):
1717
"""Create a client and test database for select empty tests."""
18-
# Use local server at 6363 (started with TERMINUSDB_AUTOLOGIN=true)
19-
client = Client("http://127.0.0.1:6363")
18+
client = Client(docker_url)
2019
client.connect()
2120

2221
db_name = "db__test_select_empty"

0 commit comments

Comments
 (0)