mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
8 lines
214 B
Python
8 lines
214 B
Python
def test_authorization_code(seeder):
|
|
user_id, admin_unit_id = seeder.setup_api_access()
|
|
|
|
|
|
def test_refresh_token(seeder, utils):
|
|
user_id, admin_unit_id = seeder.setup_api_access()
|
|
utils.refresh_token()
|