Skip to content

Commit

Permalink
Removed request.user
Browse files Browse the repository at this point in the history
  • Loading branch information
SemVerTsar committed Oct 28, 2014
1 parent f1501a9 commit f3c632c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion user_management/api/avatar/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def test_unauthenticated_put(self):
data = {'avatar': SIMPLE_PNG}

request = APIRequestFactory().put('/', data=data)
request.user = user
view = self.view_class.as_view()
response = view(request)

Expand Down

0 comments on commit f3c632c

Please sign in to comment.