Add missing parameter to API permission test

This commit is contained in:
Raphael Michel
2017-10-27 13:33:18 +02:00
parent c16dd0c9b6
commit df7fbe5a66

View File

@@ -38,6 +38,7 @@ event_permission_urls = [
('post', 'can_change_orders', 'orders/ABC12/mark_pending/', 404),
('post', 'can_change_orders', 'orders/ABC12/mark_expired/', 404),
('post', 'can_change_orders', 'orders/ABC12/mark_canceled/', 404),
('post', 'can_change_orders', 'orders/ABC12/extend/', 400),
]