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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_filt.py b/test/test_filt.py
index 6c11938e..4ff7e90e 100644
--- a/test/test_filt.py
+++ b/test/test_filt.py
@@ -178,6 +178,8 @@ class uMatching(libpry.AutoTree):
assert self.q("~m get", q)
assert not self.q("~m post", q)
assert not self.q("~m get", s)
+ q.method = ""
+ assert not self.q("~m get", q)
def test_url(self):
q = self.req()