Skip to content

Commit

Permalink
Remove not needed add_session_to_request
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Feb 13, 2021
1 parent 5f77670 commit 0534a48
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def test_when_deprecated_send_reset_password_link_serializer_then_success(
request = api_factory.create_post_request({
'login': 'abra',
})
api_factory.add_session_to_request(request)
response = api_view_provider.view_func(request)
assert_response_is_ok(response)

Expand Down

0 comments on commit 0534a48

Please sign in to comment.