mirror of
https://github.com/pretix/pretix.git
synced 2026-08-26 13:14:40 +00:00
API: fix writing old permissions on teams
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user