import uuid from typing import Any import pytest from common.test_data.event import bulk_event_data @pytest.fixture def correlation_id() -> str: return str(uuid.uuid4()) @pytest.fixture def event() -> dict[str, Any]: return bulk_event_data