potiuk commented on code in PR #52028:
URL: https://github.com/apache/airflow/pull/52028#discussion_r2161051159
##########
providers/telegram/tests/unit/telegram/hooks/test_telegram.py:
##########
@@ -73,6 +70,7 @@ def test_should_use_default_connection(self):
assert hook.token == TELEGRAM_TOKEN
assert not hook.chat_id
+ @pytest.mark.db_test
Review Comment:
We should deal with more complex cases separately as a follow up - right now
we should, I think quickly remove what can be removed ... quickly
--
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]