from tests.root_fixture import root_fixture fixture = { **root_fixture, "User": [ { "id": 1, "email": "dev-marketing-user-1@example.com", "external_id": "sme-dna|5cf0091d6c91d310fe6fcdc6", "name": "dev-marketing-user-1", "phone": "18156567589", } ], "UserLabel": [{"user_id": 1, "label_id": 1}], "Project": [ { "id": 1, "name": "test_project_1", "label_id": 1, "budget": 66666, "allocation": 1000.0, "created_at": "2019-07-22 16:14:35.748032", "create_user_id": 1, "updated_at": "2019-07-22 16:14:55.446196", "edit_user_id": 1, "is_claimed": True, "end_date": "2020-01-01", "gras_title": "New Frontline Release", "gras_project_code": "GRAS_100", "prs_title": "DJ GRAS feat. 100 id", "initial_start_date": "2020-02-03", "prs_project_code": 29713, "updated_by_import_at": "2020-02-03", }, { "id": 2, "name": "test_project_1", "label_id": 1, "created_at": "2019-07-22 16:14:35.748032", "create_user_id": 1, "updated_at": "2019-07-22 16:14:55.446196", "edit_user_id": 1, "is_claimed": True, "end_date": "2020-01-01", "gras_title": "Another Frontline Release", "gras_project_code": "GRAS_200", "prs_title": "DJ GRAS feat. 200 id", "initial_start_date": "2020-02-03", "prs_project_code": 297132, "budget": 66666, "allocation": 1000.0, "updated_by_import_at": "2020-02-03", }, ], "ProductFamily": [ {"id": 1, "external_id": "1", "title": "Test Family 1", "type": "Digital Singles ( One Track Link )"}, {"id": 2, "external_id": "2", "title": "Test Family 2", "type": "Longplay"}, {"id": 3, "external_id": "3", "title": "Test Family 3", "type": "Longplay"}, ], "ProjectProductFamily": [ {"id": 1, "project_id": 1, "product_family_id": 1}, {"id": 2, "project_id": 1, "product_family_id": 2}, {"id": 3, "project_id": 2, "product_family_id": 3}, ], "ProductTrack": [ { "id": 1, "product_id": 1, "isrc": "FR7U62000001", "title": "Test Track 1", "title_supplementary": "Album Version", "type": "Simple Track", "release_date": "2002-01-01 00:00:00", }, { "id": 2, "product_id": 2, "isrc": "DEE860900167", "title": "Test Track 2", "type": "Simple Track", "release_date": "2002-02-01 00:00:00", }, { "id": 3, "product_id": 2, "isrc": "USSM10010637", "title": "Test Track 3", "type": "Simple Track", "release_date": "2002-02-01 00:00:00", }, { "id": 4, "product_id": 3, "isrc": "GBCLS0002071", "title": "Test Track 4", "type": "Simple Track", "release_date": "2002-02-01 00:00:00", }, ], "UserProject": [ {"project_id": 1, "user_id": 1, "shared_by": 1, "editable": False, "role": 1}, {"project_id": 2, "user_id": 1, "shared_by": 1, "editable": False, "role": 1}, ], }