remove log line, fix tests to not connect to actual ip
This commit is contained in:
parent
10852555e5
commit
a477b3c244
@ -113,7 +113,6 @@ class DataProvider:
|
|||||||
:param data: Tuple containing the DataFrame and the datetime it was cached
|
:param data: Tuple containing the DataFrame and the datetime it was cached
|
||||||
"""
|
"""
|
||||||
if self.__rpc:
|
if self.__rpc:
|
||||||
logger.debug(f"Sending df {dataframe.iloc[-1]}")
|
|
||||||
self.__rpc.send_msg(
|
self.__rpc.send_msg(
|
||||||
{
|
{
|
||||||
'type': RPCMessageType.ANALYZED_DF,
|
'type': RPCMessageType.ANALYZED_DF,
|
||||||
|
@ -28,7 +28,7 @@ def patched_emc(default_conf, mocker):
|
|||||||
"producers": [
|
"producers": [
|
||||||
{
|
{
|
||||||
"name": "default",
|
"name": "default",
|
||||||
"url": "ws://127.0.0.1:8080/api/v1/message/ws",
|
"url": "ws://something:port/api/v1/message/ws",
|
||||||
"ws_token": _TEST_WS_TOKEN
|
"ws_token": _TEST_WS_TOKEN
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user