diff --git a/testing/test_dsession.py b/testing/test_dsession.py index be638e4..f33fc41 100644 --- a/testing/test_dsession.py +++ b/testing/test_dsession.py @@ -277,7 +277,7 @@ def test_report_collection_diff_different(): ' ccc\n' '-YYY') - msg = report_collection_diff(from_collection, to_collection, 1, 2) + msg = report_collection_diff(from_collection, to_collection, '1', '2') assert msg == error_message