diff --git a/monkey/tests/unit_tests/infection_monkey/exploit/tools/test_helpers.py b/monkey/tests/unit_tests/infection_monkey/exploit/tools/test_helpers.py index 00e44d2e4..2c1441961 100644 --- a/monkey/tests/unit_tests/infection_monkey/exploit/tools/test_helpers.py +++ b/monkey/tests/unit_tests/infection_monkey/exploit/tools/test_helpers.py @@ -28,7 +28,7 @@ def test_get_agent_dest_path_randomness(): path1 = get_agent_dest_path(host, options) path2 = get_agent_dest_path(host, options) - assert not path1 == path2 + assert path1 != path2 def test_get_agent_dest_path_str_place():