From f2ad047966e227a7d12c2d6381c7af7b64415611 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 8 Apr 2015 00:33:31 +0200 Subject: [PATCH] fix tests --- test/test_examples.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_examples.py b/test/test_examples.py index e63f1c7a0..daf4b902e 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -15,6 +15,8 @@ def test_load_scripts(): f += " -" if "iframe_injector" in f: f += " foo" # one argument required + if "filt" in f: + f += " ~a" if "modify_response_body" in f: f += " foo bar" # two arguments required try: