Skip to content

Commit

Permalink
Fix udev tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Aug 21, 2019
1 parent fdca5b9 commit 2069422
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/client-dbus/tests/udev/test_udev.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ def _create_pool(name, devices):
# actually exist, retry on error.
error_reasons = ""
for _ in range(3):
((pool_object_path, _), exit_code, error_str) = Manager.Methods.CreatePool(
(
(_, (pool_object_path, _)),
exit_code,
error_str,
) = Manager.Methods.CreatePool(
get_object(TOP_OBJECT),
{"name": name, "redundancy": (True, 0), "devices": devices},
)
Expand Down

0 comments on commit 2069422

Please sign in to comment.