"""Pytest conftest module.""" import pytest @pytest.fixture def mock_event(): """Context fixture.""" return { 'correlation_id': '97f28b3a-171e-44f9-bf47-c2cce1a73717', 'product_type': 'AUDIO', 'grps_ingestion_id': 43059, 'project': { 'name': 'Album 2026 - Francesca Michielin', 'project_code': '1624368', 'artist': { 'name': 'Francesca Michielin', 'spotify_uri': 'spotify:artist:4jFlmD92WULLlaRS8Cj6QS', 'apple_id': '492678126', } }, 'product': { 'upc': '196874433225', 'product_name': 'Magia Bianca', 'grid': 'A10301A0005812823Y', 'release_date': '2026-06-12', 'sale_start_date': '2026-06-12', 'display_artists': [ { 'name': 'Francesca Michielin', 'spotify_uri': 'spotify:artist:4jFlmD92WULLlaRS8Cj6QS', 'apple_id': '492678126', 'roles': [ 'PRIMARY_ARTIST' ] } ], 'not_for_distribution': 'SMEAnalyticsDummy', 'parent_repertoire_owner_code': '0207', 'repertoire_owner_code': '0207', 'repertoire_owner_name': 'Subaccount Name', 'imprint': 'Columbia', 'release_type': 'Full Length', 'catalog_number': 'G010005812823Y' }, 'tracks': [ { 'isrc': 'ITB002600680', 'track_name': '1484', 'sequence_number': 1, 'volume': 1, 'explicit': 'N', 'display_artists': [ { 'name': 'Francesca Michielin', 'spotify_uri': 'spotify:artist:4jFlmD92WULLlaRS8Cj6QS', 'apple_id': '492678126', 'roles': [ 'PRIMARY_ARTIST' ] } ] }, ], }