mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-18 10:14:44 +00:00
7 lines
236 B
Python
7 lines
236 B
Python
def test_read(client, app, db, seeder, utils):
|
|
user_id, admin_unit_id = seeder.setup_base()
|
|
place_id = seeder.upsert_default_event_place(admin_unit_id)
|
|
|
|
url = utils.get_url("api_v1_place", id=place_id)
|
|
utils.get_ok(url)
|