forked from CGM_Public/pretix_original
API: fix writing old permissions on teams (#6489)
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