Skip to content

Commit 573df44

Browse files
committed
Clean up from merge conflict
1 parent fdace0b commit 573df44

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ def connection_root(connection_root_bare, prefix):
156156
def connection_test(connection_root, prefix, db_creds_test):
157157
"""Test user database connection."""
158158
database = f"{prefix}%%"
159-
credentials = dict(
160-
host=os.getenv("DJ_HOST"), user="datajoint", password="datajoint"
161-
)
162159
permission = "ALL PRIVILEGES"
163160

164161
# Create MySQL users

0 commit comments

Comments
 (0)