Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy authored Apr 19, 2020
1 parent 78b9d7f commit c69d2fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tests/audit_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ def mock_request_handler(ip=None, proxy_username=None, auth_username=None, proxi
handler_mock = mock_object()

handler_mock.application = mock_object()
# handler_mock.application.auth = mock_object()

# handler_mock.application.auth.get_username = lambda x: auth_username

handler_mock.application.identification = mock_object()
handler_mock.application.identification.identify_for_audit = lambda x: auth_username
handler_mock.request = mock_object()
Expand Down

0 comments on commit c69d2fe

Please sign in to comment.