diff options
author | Urban Müller | 2019-03-01 23:58:25 +0100 |
---|---|---|
committer | Urban Müller | 2019-03-01 23:58:25 +0100 |
commit | e26b3afcc798515295a537be76451d31ec173714 (patch) | |
tree | 354abf164715a080d36b7d7065e7abb443b7d241 /test | |
parent | a648b594c6a96f050b99eb691c73b41f27d6890b (diff) | |
download | itools-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')
-rwxr-xr-x | test/it_url.t | 5 |
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' |