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 3c8258b commit ef66992Copy full SHA for ef66992
tests/integration/test_cli.py
@@ -83,9 +83,12 @@ class IJ(dj.Lookup):
83
process = subprocess.Popen(
84
[
85
"dj",
86
- "-u", db_creds_root['user'],
87
- "-p", db_creds_root['password'],
88
- "--host", db_creds_root['host'],
+ "-u",
+ db_creds_root["user"],
+ "-p",
89
+ db_creds_root["password"],
90
+ "--host",
91
+ db_creds_root["host"],
92
"-s",
93
f"{prefix}_cli:test_schema",
94
],
0 commit comments