openwisp / openwisp-firmware-upgrader

Firmware upgrade solution for OpenWRT with possibility to add support for other embedded OSes. Provides features like automatic retry for network failures, mass upgrades, REST API and more.
https://openwisp.io/docs/dev/firmware-upgrader/
Other
53 stars 60 forks source link

[change] Fixed failing tests #188

Closed codesankalp closed 2 years ago

codesankalp commented 2 years ago

In tests, the administrator couldn't view the object because the administrator was not the manager of any organization.

https://github.com/openwisp/openwisp-users/blob/36fae27a9e60fa57f671ff3feb628efb0bfc16b7/openwisp_users/api/permissions.py#L66-L76

Added manager permission by making admin (to view object details).