mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-05 21:47:36 +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
|
make stop
|
||||||
|
|
||||||
|
echo "passed: should listen at previous prometheus address"
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
plugin_attr:
|
plugin_attr:
|
||||||
prometheus:
|
prometheus:
|
||||||
@ -120,4 +122,4 @@ if ! echo "$out" | grep "node_listen port 9092 conflicts with prometheus"; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "passed: should listen at previous prometheus address"
|
echo "passed: should detect port conflicts"
|
||||||
|
Loading…
Reference in New Issue
Block a user