Skip to content

Commit

Permalink
Format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Dec 13, 2023
1 parent 394cad9 commit 36623f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def enable_filepath_feature(monkeypatch):
@pytest.fixture(scope="session")
def db_creds_root() -> Dict:
return dict(
host=os.getenv("DJ_HOST", "fakeservices.datajoint.io"),
host=os.getenv("DJ_HOST", "fakeservices.datajoint.io"),
user=os.getenv("DJ_USER", "root"),
password=os.getenv("DJ_PASS", "password"),
)
Expand Down

0 comments on commit 36623f1

Please sign in to comment.