Sign in
apache
/
apisix
/
refs/heads/v0.6
/
.
/
t
/
plugin
/
node-status.t
blob: f83d64ebb31f92b566250a1866f35a5c368db297 [
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
]