gopidesupavan commented on code in PR #52028:
URL: https://github.com/apache/airflow/pull/52028#discussion_r2161037017
##########
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:
This test feels like more, if we can remove this test we can say this
provider is completely db free?
--
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]