We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394cad9 commit 36623f1Copy full SHA for 36623f1
tests/conftest.py
@@ -55,7 +55,7 @@ def enable_filepath_feature(monkeypatch):
55
@pytest.fixture(scope="session")
56
def db_creds_root() -> Dict:
57
return dict(
58
- host=os.getenv("DJ_HOST", "fakeservices.datajoint.io"),
+ host=os.getenv("DJ_HOST", "fakeservices.datajoint.io"),
59
user=os.getenv("DJ_USER", "root"),
60
password=os.getenv("DJ_PASS", "password"),
61
)
0 commit comments