Skip to content

Commit

Permalink
Fixing fixture that adds package is not always executed
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelazoDS authored and DProvinciani committed Nov 9, 2021
1 parent bb2042b commit 347b485
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_configuration(request):
return request.param


@pytest.fixture(scope='module', params=system_data, ids=system_data_ids)
@pytest.fixture(scope='function', params=system_data, ids=system_data_ids)
@vd.mock_cve_db
def mock_vulnerability_scan(request, mock_agent):
"""
Expand Down

0 comments on commit 347b485

Please sign in to comment.