minor fixed ws_generic_monitor_test

This commit is contained in:
shivamcandela
2020-11-17 12:02:06 +05:30
parent a3b90e0d8d
commit 3fe1d901f0

View File

@@ -13,7 +13,7 @@ from ws_generic_monitor import WS_Listener
reference = "test_ipv4_connection.py"
def main():
WS_Listener(lfclient_host="192.168.200.15", _scriptname=reference, _callback=TestRun)
WS_Listener(lfclient_host="localhost", _scriptname=reference, _callback=TestRun)
def TestRun(ws, message):