aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_server.py')
-rw-r--r--test/test_server.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_server.py b/test/test_server.py
index 10822ae4..8c6b4eab 100644
--- a/test/test_server.py
+++ b/test/test_server.py
@@ -184,9 +184,6 @@ class TcpMixin:
class AppMixin:
def test_app(self):
ret = self.app("/")
- print(ret)
- print(ret.status_code)
- print(ret.content)
assert ret.status_code == 200
assert "mitmproxy" in ret.content