Fix profile test: non-cof users can access /profile
This commit is contained in:
parent
41256154ad
commit
d5f0060e2e
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ class ProfileViewTests(ViewTestCaseMixin, TestCase):
|
|||
http_methods = ["GET", "POST"]
|
||||
|
||||
auth_user = "member"
|
||||
auth_forbidden = [None, "user"]
|
||||
auth_forbidden = [None]
|
||||
|
||||
def test_get(self):
|
||||
r = self.client.get(self.url)
|
||||
|
|
Loading…
Reference in a new issue