Skip to content

Commit

Permalink
Remove assertion since pipeline execution calls with different args
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurk93 committed Nov 9, 2023
1 parent b74c8e0 commit 4b6cf74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utilities/test_git_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ def test_current_branch_name_yields_unknown_due_to_io_error(

def test_configparser_can_read_origin_url_with_percent(mock_open_git_origin):
assert origin_url() == mock_git_origin_url
mock_open_git_origin.assert_called_once_with(".git/config", encoding="locale")

0 comments on commit 4b6cf74

Please sign in to comment.