Skip to content

Commit

Permalink
fixup! Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimbuddy committed Jan 30, 2025
1 parent 262a29e commit 9a00716
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/dag_processing/test_dag_bundles.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,7 @@ def test_clone_bare_repo_git_command_error(self, mock_githook):
bundle = GitDagBundle(name="test", tracking_ref="main")
with pytest.raises(
AirflowException,
match=re.escape(
"('Error cloning repository: %s', GitCommandError('clone', 'Simulated error'))"
),
match=re.escape("Error cloning repository"),
):
bundle.initialize()

Expand Down

0 comments on commit 9a00716

Please sign in to comment.