summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/spore-request/new.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/spore-request/new.t b/t/spore-request/new.t
index b82514a..a7c5516 100644
--- a/t/spore-request/new.t
+++ b/t/spore-request/new.t
@@ -10,7 +10,7 @@ my $req = Net::HTTP::Spore::Request->new(
         SERVER_NAME       => 'example.com',
         SCRIPT_NAME       => '/foo',
         REMOTE_ADDR       => '127.0.0.1',
-        'spore.scheme'    => 'http',
+        'spore.url_scheme'    => 'http',
     }
 );