From 6c525317cc8c25909aea2ef2e1aa7056f2cffefe Mon Sep 17 00:00:00 2001 From: Miroslav Date: Tue, 20 Feb 2018 20:14:36 +0200 Subject: one more cleanup --- test/mitmproxy/contentviews/test_api.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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"] -- cgit v1.2.3