apisix/t/plugin/node-status.t
YuanSheng Wang 72e0fe2393
feature: supported to collect nginx status and pushed it to etcd. (#149)
* feature: supported to collect nginx status and pushed it to etcd.
* the return value of the exported api is the same as the other methods in the plugin.
2019-06-22 08:24:02 +08:00

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]