mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-25 15:05:49 +00:00
fixed last misspelling of backend config
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
ec9bc83f5a
commit
204943ff9b
@ -52,7 +52,7 @@ def pytest_addoption(parser):
|
|||||||
parser.addoption(
|
parser.addoption(
|
||||||
'--database-backend',
|
'--database-backend',
|
||||||
action='store',
|
action='store',
|
||||||
default=os.environ.get('PLANETMINT_DATABASE_BACKEND', 'tarantool'),
|
default=os.environ.get('PLANETMINT_DATABASE_BACKEND', 'tarantool_db'),
|
||||||
help='Defines the backend to use (available: {})'.format(backends),
|
help='Defines the backend to use (available: {})'.format(backends),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user