mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
More encoding madness
This commit is contained in:
parent
4a7a8cb7a4
commit
6c18b6f3b4
2 changed files with 4 additions and 4 deletions
|
@ -167,7 +167,7 @@ def check_output_inline(context, text):
|
|||
out = context.stdout_capture.getvalue()
|
||||
if isinstance(out, bytes):
|
||||
out = out.decode('utf-8')
|
||||
assert text in out
|
||||
assert text in out, text
|
||||
|
||||
|
||||
@then('the output should not contain "{text}"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue