Skip to content

Commit

Permalink
use the raw session to verify the contents
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Aug 19, 2022
1 parent 5e59c11 commit 28da4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_put_file(runner, content):
with tempfile(runner.session) as path:
runner.put_file(path, content)

out = runner.run_command(f'cat {path}')
out = runner.session.run(f'cat {path}')
assert content == out.stdout


Expand Down

0 comments on commit 28da4f4

Please sign in to comment.