mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Fix failing behave tests
This commit is contained in:
parent
61739dd3b0
commit
ae47c5bb80
4 changed files with 25 additions and 3 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