Update tests/laborious/activities/test_mlflow.py

Co-authored-by: codeant-ai[bot] <151821869+codeant-ai[bot]@users.noreply.github.com>
This commit is contained in:
vitor-aignosi
2025-09-24 10:30:23 -03:00
committed by GitHub
parent d6c34dcaf7
commit 4ebbb97de9

View File

@@ -154,9 +154,6 @@ async def test_request_predict(mock_max, mock_to_datetime, mock_dataframe, mlflo
mock_dataframe.return_value.__setitem__.assert_any_call(
'timestamp', mock_to_datetime.return_value.dt.strftime.return_value
)
mock_dataframe.return_value.__setitem__.assert_any_call(
'timestamp', mock_to_datetime.return_value.dt.strftime.return_value
)
mock_to_datetime.assert_called_once_with(
mock_dataframe.return_value.__getitem__.return_value, format=DATETIME_FORMAT_WITH_TZ