ephraimbuddy commented on code in PR #59236:
URL: https://github.com/apache/airflow/pull/59236#discussion_r2602354188
##########
providers/git/tests/unit/git/bundles/test_git.py:
##########
@@ -673,20 +671,29 @@ def test_clone_repo_no_such_path_error(self,
mock_githook):
@patch.dict(os.environ, {"AIRFLOW_CONN_MY_TEST_GIT": '{"host":
"something", "conn_type": "git"}'})
@pytest.mark.parametrize(
- "conn_id, expected_hook_type",
- [("my_test_git", GitHook), ("something-else", type(None))],
+ ("conn_id", "expected_hook_type", "exception_expected"),
Review Comment:
Hmm. I'm not sure of this part?
--
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]