Sign in
apache
/
apisix
/
25fd6983ea0620a487285a43643b8301ee2ad4b5
/
.
/
t
/
plugin
/
node-status.t
blob: cbd69a9c08e03cf6598b3f1170d1d30faad87cb1 [
file
] [
log
] [
blame
]
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
]