Rafał Pitoń 9 лет назад
Родитель
Сommit
5b8d02dee7
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      misago/core/tests/test_apipatch.py

+ 0 - 1
misago/core/tests/test_apipatch.py

@@ -155,7 +155,6 @@ class ApiPatchTests(TestCase):
                 raise Http404()
             if value == 'perm':
                 raise PermissionDenied("yo ain't doing that!")
-            return {}
         patch.replace('error', action_error)
 
         def action_mutate(request, target, value):