aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_flow.py')
-rw-r--r--test/test_flow.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_flow.py b/test/test_flow.py
index 68555bd5..8a7da05c 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -1077,6 +1077,10 @@ class uReplaceHooks(libpry.AutoTree):
h.run(f)
assert f.request.content == "bar"
+ assert not h.add("~", "foo", "bar")
+ assert not h.add("foo", "*", "bar")
+
+
tests = [
uReplaceHooks(),