add tests
This commit is contained in:
parent
6d53d08b6c
commit
8e67c6f512
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue