We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f68216 commit f9bcdfaCopy full SHA for f9bcdfa
1 file changed
terminusdb_client/tests/integration_tests/test_woql_select_empty.py
@@ -13,10 +13,9 @@
13
14
15
@pytest.fixture(scope="module")
16
-def select_empty_db():
+def select_empty_db(docker_url):
17
"""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")
+ client = Client(docker_url)
20
client.connect()
21
22
db_name = "db__test_select_empty"
0 commit comments