mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
6 lines
176 B
Python
6 lines
176 B
Python
def test_read(client, seeder, utils):
|
|
user_id, admin_unit_id = seeder.setup_base()
|
|
|
|
url = utils.get_url("organizationresource", id=admin_unit_id)
|
|
utils.get_ok(url)
|