eventcally/tests/api/test_organization.py
2021-01-07 14:35:05 +01:00

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)