about summary refs log tree commit diff
path: root/tests/test_domagi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_domagi.py')
-rw-r--r--tests/test_domagi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_domagi.py b/tests/test_domagi.py
index 621c8c9..8f92de6 100644
--- a/tests/test_domagi.py
+++ b/tests/test_domagi.py
@@ -199,7 +199,7 @@ def test_domagi_depth_bed_windows(tmp_path, request, domagi_db_name, bed_windows
     domagi_db = request.getfixturevalue(domagi_db_name)
     runner = CliRunner()
     result = runner.invoke(main, ["depth",
-                                  "--bed-input", bed_windows,
+                                  "--bed-input", str(bed_windows),
                                   "--db", domagi_db])
     assert result.exit_code == 0
     assert_frame_equal(pd.read_csv(expected_output, sep="\t"),