added AdminCompanyViewSet for users with role SITE_ADMIN
This commit is contained in:
@@ -979,7 +979,7 @@ class MyProductsViewTest(APITestCase):
|
||||
self.assertEqual(response.status_code, status.HTTP_401_UNAUTHORIZED)
|
||||
|
||||
|
||||
class AdminProductViewSet(APITestCase):
|
||||
class AdminProductViewSetTest(APITestCase):
|
||||
|
||||
def setUp(self):
|
||||
"""Tests setup
|
||||
|
||||
Reference in New Issue
Block a user