(test_config)
| 29 | |
| 30 | @pytest.fixture(scope="module") |
| 31 | def identity_map_client(test_config): |
| 32 | return IdentityMapClient( |
| 33 | test_config["UID2_BASE_URL"], |
| 34 | test_config["UID2_API_KEY"], |
| 35 | test_config["UID2_SECRET_KEY"] |
| 36 | ) |
| 37 | |
| 38 | |
| 39 | def test_endpoint_url_update_example(): |
nothing calls this directly
no outgoing calls
no test coverage detected