UT: Fix copy/paste error

Co-authored-by: VakarisZ <36815064+VakarisZ@users.noreply.github.com>
This commit is contained in:
Mike Salvatore 2022-07-13 10:38:35 -04:00
parent 45a52077a0
commit 33e68979d9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def test_reset_configuration__remove_pba_files(
repository_service.reset_agent_configuration()
assert mock_file_repository.delete_file.called_with(LINUX_FILENAME)
assert mock_file_repository.delete_file.called_with(LINUX_FILENAME)
assert mock_file_repository.delete_file.called_with(WINDOWS_FILENAME)
def test_reset_configuration__agent_configuration_changed(