mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	test-run-dev: Fix buggy site argument.
This bug was exposed by 9578908601.
			
			
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user