Skip to content

Commit bd3965d

Browse files
committed
fix: fixed hostgroup api test
1 parent 5d4b70d commit bd3965d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions-tests/tools/zabbix_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ mamonsu zabbix $OPTIONS host delete ${HOST_ID} | grep "hostids.*${HOST_ID}" || e
9999

100100
# test 'mamonsu hostgroup'
101101
echo && echo "------> mamonsu zabbix hostgroup list"
102-
mamonsu zabbix $OPTIONS hostgroup list | grep Templates || exit 11
102+
mamonsu zabbix $OPTIONS hostgroup list | grep Linux || exit 11
103103
echo && echo "------> mamonsu zabbix hostgroup show"
104104
mamonsu zabbix $OPTIONS hostgroup show "Linux servers" | grep Linux || exit 11
105105
echo && echo "------> mamonsu zabbix hostgroup id"

0 commit comments

Comments
 (0)