You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(adms): add use_admin_service parameter to async get_status
The async _AsyncJobApi.get_status was hard-coded to DocumentService, so
async callers polling a DELETE_USER_DATA job (started against AdminService
via start_delete_user_data) hit the wrong path and got a 404. Sync sibling
already accepted use_admin_service: bool — restore parity.
Add an async unit test that asserts AdminService routing when
use_admin_service=True.
0 commit comments