Taragolis commented on code in PR #38471:
URL: https://github.com/apache/airflow/pull/38471#discussion_r1538252187
##########
tests/providers/google/cloud/hooks/test_dataflow.py:
##########
@@ -1925,7 +1925,7 @@ def poll_resp_error():
mock_popen.return_value = mock_proc
with pytest.raises(Exception):
run_beam_command(cmd=["test", "cmd"], log=mock_logging)
- mock_logging.info.assert_called_once_with("Running command: %s",
"test cmd")
+ mock_logging.info.assert_called_once_with("Running command: %s", "test
cmd")
Review Comment:
I guess this test similar to https://github.com/apache/airflow/pull/38317
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]