diff --git a/bin/tests/system/conftest.py b/bin/tests/system/conftest.py index 4a0f4e4a65..89bbad7d19 100644 --- a/bin/tests/system/conftest.py +++ b/bin/tests/system/conftest.py @@ -331,7 +331,7 @@ def expected_artifacts(request): if test_specific_artifacts: return common_artifacts + test_specific_artifacts.args[0] - return common_artifacts + return None @pytest.fixture(scope="module")