diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-04-12 03:47:58 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-04-12 03:47:58 +0200 |
commit | c0a318566ae0fb5a264bfaa130f3ff3a09ea5bf5 (patch) | |
tree | 276583c71b7bb0425bad1953ebae4a7cc9c34a5f /test/test_examples.py | |
parent | 923503260ed48510da63e4dd1d6b36b4b859b110 (diff) | |
download | mitmproxy-c0a318566ae0fb5a264bfaa130f3ff3a09ea5bf5.tar.gz mitmproxy-c0a318566ae0fb5a264bfaa130f3ff3a09ea5bf5.tar.bz2 mitmproxy-c0a318566ae0fb5a264bfaa130f3ff3a09ea5bf5.zip |
add flowwriter example
Diffstat (limited to 'test/test_examples.py')
-rw-r--r-- | test/test_examples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_examples.py b/test/test_examples.py index daf4b902..fd901b5d 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -11,7 +11,7 @@ def test_load_scripts(): tmaster = tservers.TestMaster(config.ProxyConfig()) for f in scripts: - if "har_extractor" in f: + if "har_extractor" in f or "flowwriter" in f: f += " -" if "iframe_injector" in f: f += " foo" # one argument required |