MCPcopy
hub / github.com/prowler-cloud/prowler / processor_fixture

Function processor_fixture

api/src/backend/conftest.py:700–709  ·  view source on GitHub ↗
(tenants_fixture)

Source from the content-addressed store, hash-verified

698
699@pytest.fixture
700def processor_fixture(tenants_fixture):
701 tenant, *_ = tenants_fixture
702 processor = Processor.objects.create(
703 tenant_id=tenant.id,
704 processor_type="mutelist",
705 configuration="Mutelist:\n Accounts:\n *:\n Checks:\n iam_user_hardware_mfa_enabled:\n "
706 " Regions:\n - *\n Resources:\n - *",
707 )
708
709 return processor
710
711
712@pytest.fixture

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected