Agent: Improve path comparison style in test_helpers.py
This commit is contained in:
parent
efb0039e34
commit
c2b06f22f0
|
@ -28,7 +28,7 @@ def test_get_agent_dest_path_randomness():
|
||||||
path1 = get_agent_dest_path(host, options)
|
path1 = get_agent_dest_path(host, options)
|
||||||
path2 = 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():
|
def test_get_agent_dest_path_str_place():
|
||||||
|
|
Loading…
Reference in New Issue