aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMiroslav <ttahabatt@gmail.com>2018-02-20 20:14:36 +0200
committerMiroslav <ttahabatt@gmail.com>2018-02-20 20:14:36 +0200
commit6c525317cc8c25909aea2ef2e1aa7056f2cffefe (patch)
tree8ff563052e68f749b2af695354530efbdb696699 /test
parentaea6fd28c8eb5f65aa883f50244c936970b15ed9 (diff)
downloadmitmproxy-6c525317cc8c25909aea2ef2e1aa7056f2cffefe.tar.gz
mitmproxy-6c525317cc8c25909aea2ef2e1aa7056f2cffefe.tar.bz2
mitmproxy-6c525317cc8c25909aea2ef2e1aa7056f2cffefe.zip
one more cleanup
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/contentviews/test_api.py1
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"]