diff options
author | Shadab Zafar <dufferzafar0@gmail.com> | 2016-06-15 10:31:19 +0530 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-06-15 09:49:39 +0200 |
commit | 52fa1952044b368e3b28512e9f2008801473686b (patch) | |
tree | aae1aa3aab65fc307e0d0f2362962bdc34c45479 /test | |
parent | 03ce09ca99d907becc30197038fdb17cbd3f3151 (diff) | |
download | mitmproxy-52fa1952044b368e3b28512e9f2008801473686b.tar.gz mitmproxy-52fa1952044b368e3b28512e9f2008801473686b.tar.bz2 mitmproxy-52fa1952044b368e3b28512e9f2008801473686b.zip |
Unexpected spaces around =
Diffstat (limited to 'test')
-rw-r--r-- | test/pathod/test_pathoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathod/test_pathoc.py b/test/pathod/test_pathoc.py index 8515fc22..05cf518d 100644 --- a/test/pathod/test_pathoc.py +++ b/test/pathod/test_pathoc.py @@ -74,7 +74,7 @@ class TestDaemonSSL(PathocTestDaemon): ("127.0.0.1", self.d.port), use_http2=True, ssl=False, - fp = fp + fp=fp ) tutils.raises(NotImplementedError, c.connect) |