From 1923d479d8c4c4091da10b633a4d3fcd45479468 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Fri, 14 Aug 2020 12:35:30 -0600 Subject: [PATCH] tests: fixtures: fix name error --- tests/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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