Skip to content

Commit

Permalink
UT: Remove unused fixture from test parameter lists
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekoa committed May 24, 2023
1 parent 27275c1 commit 0f97887
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def test_execute__fails_if_command_not_executed(


def test_execute__succeeds(
mock_powershell_client: PowerShellClient,
powershell_remote_access_client: PowerShellRemoteAccessClient,
):
tags = EXPLOITER_TAGS.copy()
Expand Down Expand Up @@ -148,7 +147,6 @@ def test_copy_file__fails_if_client_copy_fails(


def test_copy_file__success(
mock_powershell_client: PowerShellClient,
powershell_remote_access_client: PowerShellRemoteAccessClient,
):
tags = EXPLOITER_TAGS.copy()
Expand Down

0 comments on commit 0f97887

Please sign in to comment.