API: fix writing old permissions on teams

This commit is contained in:
Richard Schreiber
2026-08-20 11:43:54 +02:00
parent 91a3993cef
commit 2516dc2251
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ def test_team_detail(token_client, organizer, event, second_team):
TEST_TEAM_CREATE_PAYLOAD = {
"name": "Foobar",
"limit_events": ["dummy"],
"can_view_orders": True,
}