mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Fix tests
This commit is contained in:
parent
6d09488243
commit
72655fe0ad
@ -52,7 +52,7 @@ def test_dump_event(db, dummy_user, dummy_event):
|
||||
'site': 'http://localhost',
|
||||
'title': 'dummy#0'
|
||||
},
|
||||
'category_id': 1,
|
||||
'category_id': category_id,
|
||||
'category_path': [
|
||||
{'id': 0, 'title': 'Home', 'url': '/'},
|
||||
{'id': category_id, 'title': 'dummy', 'url': f'/category/{category_id}/'},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user