Skip to content

Commit

Permalink
remove git merge artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
motus committed Jul 22, 2024
1 parent f2b47c6 commit e9e48f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ def test_upload_directory_recursive(
mock_scandir.side_effect = lambda x: scandir_returns[process_paths(x)]
mock_isdir.side_effect = lambda x: isdir_returns[process_paths(x)]
mock_share_client = azure_fileshare._share_client # pylint: disable=protected-access
config: dict = {}

config: dict = {}
with patch.object(azure_fileshare, "_share_client") as mock_share_client, patch.object(
Expand Down

0 comments on commit e9e48f2

Please sign in to comment.