mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Add _decode_id(encoded_id) and _user_id_for_api_key(api_key) to IntegrationInstance so SSE integration tests stop duplicating self._app.security.decode_id and ad-hoc /api/users/current calls. Refactor test_entry_point_sse (integration + selenium) to inherit.