diff options
Diffstat (limited to 'test/mitmproxy/addons/test_anticache.py')
-rw-r--r-- | test/mitmproxy/addons/test_anticache.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/mitmproxy/addons/test_anticache.py b/test/mitmproxy/addons/test_anticache.py index 851be945..928f2180 100644 --- a/test/mitmproxy/addons/test_anticache.py +++ b/test/mitmproxy/addons/test_anticache.py @@ -1,11 +1,10 @@ from mitmproxy.test import tflow -from .. import mastertest from mitmproxy.addons import anticache from mitmproxy.test import taddons -class TestAntiCache(mastertest.MasterTest): +class TestAntiCache: def test_simple(self): sa = anticache.AntiCache() with taddons.context() as tctx: |