summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--t/spore-request/new.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/spore-request/new.t b/t/spore-request/new.t
index 6cb9d56..b82514a 100644
--- a/t/spore-request/new.t
+++ b/t/spore-request/new.t
@@ -17,7 +17,6 @@ my $req = Net::HTTP::Spore::Request->new(
 isa_ok( $req, 'Net::HTTP::Spore::Request' );
 
 is( $req->method,   'GET',                    'method' );
-is( $req->protocol, 'HTTP/1.1',               'protocol' );
 is( $req->uri,      'http://example.com/foo', 'uri' );
 is( $req->port,     80,                       'port' );
 is( $req->scheme,   'http',                   'url_scheme' );