mirror of
https://github.com/pretix/pretix.git
synced 2026-08-09 10:37:50 +00:00
Fix test - always allow org-token read-access to org-settings
This commit is contained in:
@@ -205,7 +205,6 @@ event_permission_sub_urls = [
|
||||
|
||||
org_permission_sub_urls = [
|
||||
('patch', 'can_change_organizer_settings', '', 200),
|
||||
('get', 'can_change_organizer_settings', 'settings/', 200),
|
||||
('patch', 'can_change_organizer_settings', 'settings/', 200),
|
||||
('get', 'can_change_organizer_settings', 'webhooks/', 200),
|
||||
('post', 'can_change_organizer_settings', 'webhooks/', 400),
|
||||
|
||||
Reference in New Issue
Block a user