From 00ed982ea0c802f980732f846955264935d65689 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Thu, 20 Aug 2015 20:44:58 +0200 Subject: [PATCH] cleanup --- test/http/http2/test_protocol.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/http/http2/test_protocol.py b/test/http/http2/test_protocol.py index fc0fe4873..fb1f460e9 100644 --- a/test/http/http2/test_protocol.py +++ b/test/http/http2/test_protocol.py @@ -328,7 +328,6 @@ class TestReadRequestRelative(tservers.ServerTestBase): protocol = HTTP2Protocol(c, is_server=True) protocol.connection_preface_performed = True - "OPTIONS *" req = protocol.read_request() assert req.form_in == "relative"