Improve CarPass product UX and service flows

This commit is contained in:
VPN SaaS Dev
2026-05-14 19:33:25 +09:00
parent b85db333d8
commit caa5f6d3db
36 changed files with 1836 additions and 366 deletions

View File

@@ -69,3 +69,13 @@ def auth_headers() -> dict[str, str]:
@pytest.fixture()
def other_auth_headers() -> dict[str, str]:
return {"X-Telegram-Init-Data": make_init_data(2002)}
@pytest.fixture()
def admin_auth_headers() -> dict[str, str]:
return {"X-Telegram-Init-Data": make_init_data(9001, "Admin")}
@pytest.fixture()
def internal_headers() -> dict[str, str]:
return {"X-Internal-API-Token": TEST_INTERNAL_TOKEN}