potiuk commented on code in PR #32248:
URL: https://github.com/apache/airflow/pull/32248#discussion_r1245959042


##########
tests/always/test_providers_manager.py:
##########
@@ -373,3 +373,32 @@ def test_optional_feature_debug(self, 
mock_importlib_import_string):
             assert [
                 "Optional provider feature disabled when importing 'HookClass' 
from 'test_package' package"
             ] == self._caplog.messages
+
+
[email protected](
+    "value, expected_outputs,",
+    [
+        ("a", "a"),
+        (1, 1),
+        (None, None),
+        (lambda: 0, 0),

Review Comment:
   Without the fix, this and the next test are failing on second assert 



-- 
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]

Reply via email to