Remove legacy migration file and alias API routes

This commit is contained in:
Chris
2026-04-03 03:54:48 +08:00
parent ade60bdbaa
commit ed7a0344e0
5 changed files with 2 additions and 136 deletions

View File

@@ -9,7 +9,7 @@ def test_internal_idp_ensure_requires_config() -> None:
client = TestClient(app)
try:
resp = client.post(
"/internal/idp/users/ensure",
"/internal/provider/users/ensure",
json={
"sub": "idp-sub-1",
"email": "user@example.com",