"""User fixtures.""" MASTER_CONTACT_RESPONSE = { "type": "alw", "user_id": "alw:123", "account": {"vendor_id": 1234, "subaccount_id": 5656}, "login": "login139", "language": "en", "auth0_user_id": "auth0139", "primary": None, "active": "Y", "contact_id": 4444, "first_name": "first name", "last_name": "last name", "email": "email", "requested_login_email": "", } USER_RESPONSE = { "type": "alw", "user_id": "alw:25824", "account": {"vendor_id": 18630, "subaccount_id": None}, "login": "tosha@pencilbrainrecords.com", "language": "en", "auth0_user_id": None, "primary": None, "active": "N", "first_name": "Zoran", "last_name": "Tosic", "email": "QAORCHEmailContact@theorchard.com", "currency": "USD", "company": "Pencilbrains, LLC", "wel_email_sender": 187, "role_ids": [1, 2, 3, 5], } IDENTITY_RESPONSE = { "localization": "en", "last_name": "Tosic", "default_brand": "orchard", "updated_by": "org", "active": "Y", "user_types": ["label", "employee"], "updated_on": "2021-09-16T06:40:05.595000Z", "auth0_primary": 50505, "first_name": "Zoran", "number_format": "us", "google_user_id": "114989203515729293598", "name": "Zoran Tosic", "id": "abc-123-my-id", "auth0_user_id": "aaddf5533223455", "email": "666@test.com", "touched_by_backfill": "2021-06-01T10:51:37.669000Z", }