mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Organization organizers and places list #420
This commit is contained in:
parent
8062264b60
commit
c7d68a3121
@ -23,7 +23,7 @@ def test_send_mails(client, seeder, app, utils):
|
|||||||
def test_get_pagination_urls(client, seeder, app, utils):
|
def test_get_pagination_urls(client, seeder, app, utils):
|
||||||
user_id, admin_unit_id = seeder.setup_base()
|
user_id, admin_unit_id = seeder.setup_base()
|
||||||
|
|
||||||
for i in range(31):
|
for i in range(51):
|
||||||
seeder.upsert_event_organizer(admin_unit_id, "Organizer %d" % i)
|
seeder.upsert_event_organizer(admin_unit_id, "Organizer %d" % i)
|
||||||
|
|
||||||
utils.get_endpoint_ok(
|
utils.get_endpoint_ok(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user