diff options
author | Chris Czub <chris.czub@gmail.com> | 2015-11-09 15:07:08 -0500 |
---|---|---|
committer | Chris Czub <chris.czub@gmail.com> | 2015-11-13 15:08:52 -0500 |
commit | d7239d665e6781d7b84ecfde3fd5d7d1831de284 (patch) | |
tree | bb5e64935957eb9ba7888f180b3c9466019e328e /test | |
parent | 82a90511bc61b4ed98cd7ff2455b79dec015c45f (diff) | |
download | mitmproxy-d7239d665e6781d7b84ecfde3fd5d7d1831de284.tar.gz mitmproxy-d7239d665e6781d7b84ecfde3fd5d7d1831de284.tar.bz2 mitmproxy-d7239d665e6781d7b84ecfde3fd5d7d1831de284.zip |
Add new contentviews' content type mappings
Diffstat (limited to 'test')
-rw-r--r-- | test/test_contentview.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_contentview.py b/test/test_contentview.py index 68272fca..c1e437e4 100644 --- a/test/test_contentview.py +++ b/test/test_contentview.py @@ -217,6 +217,7 @@ Larry tcv = TestContentView() cv.add(tcv) + # repeated addition causes exception tutils.raises( ContentViewException, cv.add, |