diff options
| author | Miroslav <ttahabatt@gmail.com> | 2018-02-20 20:14:36 +0200 |
|---|---|---|
| committer | Miroslav <ttahabatt@gmail.com> | 2018-02-20 20:14:36 +0200 |
| commit | 6c525317cc8c25909aea2ef2e1aa7056f2cffefe (patch) | |
| tree | 8ff563052e68f749b2af695354530efbdb696699 | |
| parent | aea6fd28c8eb5f65aa883f50244c936970b15ed9 (diff) | |
| download | mitmproxy-6c525317cc8c25909aea2ef2e1aa7056f2cffefe.tar.gz mitmproxy-6c525317cc8c25909aea2ef2e1aa7056f2cffefe.tar.bz2 mitmproxy-6c525317cc8c25909aea2ef2e1aa7056f2cffefe.zip | |
one more cleanup
| -rw-r--r-- | test/mitmproxy/contentviews/test_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mitmproxy/contentviews/test_api.py b/test/mitmproxy/contentviews/test_api.py index e99e67db..24f26a97 100644 --- a/test/mitmproxy/contentviews/test_api.py +++ b/test/mitmproxy/contentviews/test_api.py @@ -9,7 +9,6 @@ from mitmproxy.test import tutils class TestContentView(contentviews.View): name = "test" - prompt = ("test", "t") content_types = ["test/123"] |
