Agent: Improve path comparison style in test_helpers.py

This commit is contained in:
vakaris_zilius 2022-03-23 13:37:33 +00:00
parent efb0039e34
commit c2b06f22f0
1 changed files with 1 additions and 1 deletions

View File

@ -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():