Skip to content

Commit

Permalink
fix wrong test
Browse files Browse the repository at this point in the history
Signed-off-by: franck cuny <[email protected]>
  • Loading branch information
fcuny committed Jul 26, 2011
1 parent fd9ea62 commit 737bc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/spore-request/new.t
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
);

Expand Down

0 comments on commit 737bc95

Please sign in to comment.