diff options
Diffstat (limited to 'test/test_examples.py')
-rw-r--r-- | test/test_examples.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_examples.py b/test/test_examples.py index e63f1c7a..daf4b902 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: |