From a648b594c6a96f050b99eb691c73b41f27d6890b Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 1 Mar 2019 16:50:40 +0100 Subject: better name for http status variable --- test/it_url.t | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/it_url.t b/test/it_url.t index eb36dd6..4243f33 100755 --- a/test/it_url.t +++ b/test/it_url.t @@ -137,6 +137,11 @@ ok( strpos($page, ''), # UTF8SAFE '$url->get(\'url\' => url) with url as named arg' ); +is( + $url->status, + '200', + '$url->status = 200' +); is( $url->result, '200', -- cgit v1.2.3