mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-15 01:11:58 +08:00
18 lines
230 B
Perl
18 lines
230 B
Perl
|
use t::APISix 'no_plan';
|
||
|
|
||
|
repeat_each(2);
|
||
|
no_long_string();
|
||
|
no_root_location();
|
||
|
no_shuffle();
|
||
|
run_tests;
|
||
|
|
||
|
__DATA__
|
||
|
|
||
|
=== TEST 1: sanity
|
||
|
--- request
|
||
|
GET /apisix/status
|
||
|
--- response_body eval
|
||
|
qr/"accepted":/
|
||
|
--- no_error_log
|
||
|
[error]
|