Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lymanZerga11 committed Mar 9, 2017
1 parent 6d53d08 commit 8e67c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mitmproxy/addons/test_proxyauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ def test_handlers():
f2 = tflow.tflow(client_conn=f.client_conn)
up.requestheaders(f2)
assert not f2.response
assert f2.metadata["proxyauth"] == ('test','test')
assert f2.metadata["proxyauth"] == ('test', 'test')

0 comments on commit 8e67c6f

Please sign in to comment.