We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad9a8c commit 59e283fCopy full SHA for 59e283f
e2e/conftest.py
@@ -15,7 +15,7 @@ def wait_for_zabbix() -> None:
15
max_attempts = 30
16
while max_attempts > 0:
17
try:
18
- ZabbixAPI(ZABBIX_SERVER).apiinfo.version()
+ ZabbixAPI(ZABBIX_SERVER).login("Admin", "zabbix")
19
except (ConnectionError, ZabbixAPIException):
20
sleep(2)
21
max_attempts -= 1
0 commit comments