Improve CarPass product UX and service flows
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user