API: fix writing old permissions on teams (#6489)

This commit is contained in:
Richard Schreiber
2026-08-25 09:38:11 +02:00
committed by GitHub
parent 6d4aba6e3d
commit dbd971cc22
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,
}