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