mirror of
https://github.com/mandiant/capa.git
synced 2026-01-06 17:53:59 -08:00
tests: fixtures: fix name error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user