diff --git a/tests/fixtures.py b/tests/fixtures.py index d7c69431..5c2dc7f6 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -105,7 +105,7 @@ def get_data_path_by_name(name): def resolve_sample(sample): - return get_data_path_by_name(request.param) + return get_data_path_by_name(sample) @pytest.fixture