diff --git a/libbeat/tests/system/test_http_pprof.py b/libbeat/tests/system/test_http_pprof.py index c59065dee16..0276206fc9a 100644 --- a/libbeat/tests/system/test_http_pprof.py +++ b/libbeat/tests/system/test_http_pprof.py @@ -37,4 +37,3 @@ def test_pprof_error(self): """ r = requests.get("http://localhost:5066/debug/pprof/not-exist") assert r.status_code == 404 -