mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Fixes encryption tests
This commit is contained in:
parent
e78786e19a
commit
bf69e0042e
2 changed files with 1 additions and 2 deletions
|
@ -90,7 +90,6 @@ def config_var(context, key, value):
|
|||
with open(jrnl.CONFIG_PATH) as config_file:
|
||||
config = json.load(config_file)
|
||||
assert key in config
|
||||
print key, config[key], type(config[key]), value, type(value)
|
||||
assert config[key] == value
|
||||
|
||||
@then('the journal should have {number:d} entries')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue