testing purchase_email but getting 401 with AllowAny
This commit is contained in:
@@ -293,6 +293,7 @@ class CompanyViewSetTest(APITestCase):
|
||||
# check order
|
||||
self.assertTrue(response.data[0]['id'] > response.data[1]['id'])
|
||||
|
||||
# TODO: test email_manager action
|
||||
|
||||
class MyCompanyViewTest(APITestCase):
|
||||
"""CompanyViewset tests
|
||||
|
||||
Reference in New Issue
Block a user