Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Dec 12, 2023
1 parent 6d09488 commit 72655fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citadel/indico_citadel/schemas_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}/'},
Expand Down

0 comments on commit 72655fe

Please sign in to comment.