summaryrefslogtreecommitdiff
path: root/test/it_url.t
diff options
context:
space:
mode:
authorUrban Müller2019-03-01 23:58:25 +0100
committerUrban Müller2019-03-01 23:58:25 +0100
commite26b3afcc798515295a537be76451d31ec173714 (patch)
tree354abf164715a080d36b7d7065e7abb443b7d241 /test/it_url.t
parenta648b594c6a96f050b99eb691c73b41f27d6890b (diff)
downloaditools-e26b3afcc798515295a537be76451d31ec173714.tar.gz
itools-e26b3afcc798515295a537be76451d31ec173714.tar.bz2
itools-e26b3afcc798515295a537be76451d31ec173714.zip
Revert "better name for http status variable" for now
This reverts commit a648b594c6a96f050b99eb691c73b41f27d6890b.
Diffstat (limited to 'test/it_url.t')
-rwxr-xr-xtest/it_url.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/it_url.t b/test/it_url.t
index 4243f33..eb36dd6 100755
--- a/test/it_url.t
+++ b/test/it_url.t
@@ -138,11 +138,6 @@ ok(
'$url->get(\'url\' => url) with url as named arg'
);
is(
- $url->status,
- '200',
- '$url->status = 200'
-);
-is(
$url->result,
'200',
'$url->result = 200'