diff --git a/tests/cli_tests/test_layout.py b/tests/cli_tests/test_layout.py index 776372c..cd60e36 100644 --- a/tests/cli_tests/test_layout.py +++ b/tests/cli_tests/test_layout.py @@ -70,7 +70,7 @@ def test_run_eynollah_layout_filename2( '-o', str(outfile.parent), ] + options, [ - infile + str(infile) ] ) assert outfile.exists()