Skip to content

Commit

Permalink
fixup: tll
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Nov 26, 2019
1 parent b4449a8 commit 477bab5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pytest_mongo/factories.py
Expand Up @@ -97,8 +97,9 @@ def mongo_proc_fixture(request):

mongo_executor = TCPExecutor(
(
f'{mongo_exec} --bind_ip {mongo_host} --port {mongo_port}'
f' --dbpath {mongo_db_path} --logpath {mongo_logpath} {mongo_params}'
f'{mongo_exec} --bind_ip {mongo_host} --port {mongo_port} '
f'--dbpath {mongo_db_path} '
f'--logpath {mongo_logpath} {mongo_params}'
),
host=mongo_host,
port=mongo_port,
Expand Down

0 comments on commit 477bab5

Please sign in to comment.