vincbeck commented on code in PR #72883:
URL: https://github.com/apache/airflow/pull/72883#discussion_r3979125585
##########
providers/redis/tests/unit/redis/operators/test_redis_publish.py:
##########
@@ -47,3 +47,16 @@ def test_execute_operator(self, mock_redis_conn):
mock_redis_conn.assert_called_once_with()
mock_redis_conn().publish.assert_called_once_with(channel="test_channel",
message="test_message")
+
+ def test_redis_conn_id_is_templated(self):
Review Comment:
This test is not needed
--
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]