aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_dump.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_dump.py')
-rw-r--r--test/test_dump.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test_dump.py b/test/test_dump.py
index 808b3a7e..c5efed62 100644
--- a/test/test_dump.py
+++ b/test/test_dump.py
@@ -70,7 +70,6 @@ class uDumpMaster(libpry.AutoTree):
m = dump.DumpMaster(None, o, None, outfile=cs)
def test_read(self):
- cs = StringIO()
t = self.tmpdir()
p = os.path.join(t, "read")
self._flowfile(p)
@@ -130,10 +129,10 @@ class uDumpMaster(libpry.AutoTree):
)
def test_stickycookie(self):
- ret = self._dummy_cycle(1, None, "", stickycookie = ".*")
+ self._dummy_cycle(1, None, "", stickycookie = ".*")
def test_stickyauth(self):
- ret = self._dummy_cycle(1, None, "", stickyauth = ".*")
+ self._dummy_cycle(1, None, "", stickyauth = ".*")