MCPcopy Create free account
hub / github.com/IABTechLab/uid2docs / test_config

Function test_config

test/python/test/test_post_identity_map_v3.py:20–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19@pytest.fixture(scope="module")
20def 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")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected