Skip to content

Commit 077854f

Browse files
committed
fix: unit tests for changed interface
1 parent e1bab5f commit 077854f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_hookutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def assert_instances_deleted(helper, instances):
7575
"""Transform json list to instance calls for passing to assert_has_calls."""
7676
helper.delete_instance.assert_has_calls(
7777
[
78-
call(LXDInstance.unmarshal(instance, project_name=PROJECT_NAME))
78+
call(LXDInstance.unmarshal(instance))
7979
for instance in instances
8080
],
8181
any_order=True,

0 commit comments

Comments
 (0)