()
| 18 | |
| 19 | @pytest.fixture(scope="module") |
| 20 | def test_config(): |
| 21 | return { |
| 22 | "UID2_BASE_URL": os.getenv("UID2_BASE_URL"), |
| 23 | "UID2_API_KEY": os.getenv("UID2_API_KEY"), |
| 24 | "UID2_SECRET_KEY": os.getenv("UID2_SECRET_KEY"), |
| 25 | "mapped_email": "user@example.com", |
| 26 | "opted_out_email": "optout@example.com", |
| 27 | } |
| 28 | |
| 29 | |
| 30 | @pytest.fixture(scope="module") |
nothing calls this directly
no outgoing calls
no test coverage detected