Skip to content

Commit 0abc832

Browse files
committed
Confirm that docker wrote to the file
1 parent 3fe75db commit 0abc832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_docker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def test_docker_workflow(tmpdir):
2222
]
2323
)
2424
assert "completed success" in stderr
25+
assert (tmpdir / 'response.txt').read_text('utf-8') == 'hello'
2526
assert result_code == 0
2627

2728

0 commit comments

Comments
 (0)