mirror of https://github.com/zulip/zulip.git
test-run-dev: Fix buggy site argument.
This bug was exposed by 9578908601
.
This commit is contained in:
parent
bfff9e1968
commit
50361ca980
|
@ -45,7 +45,7 @@ def test_nagios(nagios_logfile):
|
|||
os.path.join(PUPPET_DIR,
|
||||
'zulip/files/nagios_plugins/zulip_app_frontend/check_send_receive_time'),
|
||||
'--nagios',
|
||||
'--site=127.0.0.1:9991',
|
||||
'--site=http://127.0.0.1:9991',
|
||||
]
|
||||
result = subprocess.check_output(args, env=my_env, universal_newlines=True,
|
||||
stderr=nagios_logfile)
|
||||
|
|
Loading…
Reference in New Issue