mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-05 05:27:35 +08:00
test: correct the assertion message in prometheus test (#4936)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
parent
f8eac5e725
commit
d16583c19f
@ -90,6 +90,8 @@ fi
|
||||
|
||||
make stop
|
||||
|
||||
echo "passed: should listen at previous prometheus address"
|
||||
|
||||
echo '
|
||||
plugin_attr:
|
||||
prometheus:
|
||||
@ -120,4 +122,4 @@ if ! echo "$out" | grep "node_listen port 9092 conflicts with prometheus"; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "passed: should listen at previous prometheus address"
|
||||
echo "passed: should detect port conflicts"
|
||||
|
Loading…
Reference in New Issue
Block a user