aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_filt.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_filt.py')
-rw-r--r--test/test_filt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_filt.py b/test/test_filt.py
index b1f3a21f..49886371 100644
--- a/test/test_filt.py
+++ b/test/test_filt.py
@@ -209,7 +209,7 @@ class TestMatching:
def test_method(self):
q = self.req()
- s = self.resp()
+ self.resp()
assert self.q("~m get", q)
assert not self.q("~m post", q)
@@ -218,7 +218,7 @@ class TestMatching:
def test_domain(self):
q = self.req()
- s = self.resp()
+ self.resp()
assert self.q("~d host", q)
assert not self.q("~d none", q)