diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-04-20 08:56:47 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-04-20 08:56:47 +1200 |
commit | be450cf9db1d819b1023029c8d403f401e010c98 (patch) | |
tree | 2f69ceb926cb95b809a5a0e1aa851e3401e709b2 /test/test_pathoc.py | |
parent | 3891fe56385b323b435392aadb3f55848ee30857 (diff) | |
download | mitmproxy-be450cf9db1d819b1023029c8d403f401e010c98.tar.gz mitmproxy-be450cf9db1d819b1023029c8d403f401e010c98.tar.bz2 mitmproxy-be450cf9db1d819b1023029c8d403f401e010c98.zip |
Whitespace, small fixes.
Diffstat (limited to 'test/test_pathoc.py')
-rw-r--r-- | test/test_pathoc.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_pathoc.py b/test/test_pathoc.py index 598b2c81..90f798c9 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -18,10 +18,10 @@ class _TestDaemon: @classmethod def setUpAll(self): self.d = test.Daemon( - ssl=self.ssl, - ssloptions=self.ssloptions, - staticdir=tutils.test_data.path("data"), - anchors=[ + ssl = self.ssl, + ssloptions = self.ssloptions, + staticdir = tutils.test_data.path("data"), + anchors = [ (re.compile("/anchor/.*"), language.parse_response("202")) ] ) |