mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
Fix failing behave tests
This commit is contained in:
parent
b6ef517356
commit
06f8dbe678
4 changed files with 25 additions and 20 deletions
|
@ -41,7 +41,7 @@ def open_journal(journal_name="default"):
|
|||
config.update(journal_conf)
|
||||
else: # But also just give them a string to point to the journal file
|
||||
config['journal'] = journal_conf
|
||||
return Journal.Journal(**config)
|
||||
return Journal.open_journal(journal_name, config)
|
||||
|
||||
|
||||
@given('we use the config "{config_file}"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue