From f265cff3a93f13ce2b16493bd03b336757513a56 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 24 Dec 2014 01:39:38 +0100 Subject: fix tests, experimental travis speedup --- test/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_examples.py') diff --git a/test/test_examples.py b/test/test_examples.py index deb97b49..6fd126b8 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -11,7 +11,7 @@ def test_load_scripts(): for f in scripts: if "har_extractor" in f: - f += " foo" + f += " -" if "iframe_injector" in f: f += " foo" # one argument required if "modify_response_body" in f: -- cgit v1.2.3