Skip to content

Commit

Permalink
fix: unit tests for changed interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mattculler committed Jan 14, 2025
1 parent 3fa3a16 commit 42c5ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_hookutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def assert_instances_deleted(helper, instances):
"""Transform json list to instance calls for passing to assert_has_calls."""
helper.delete_instance.assert_has_calls(
[
call(LXDInstance.unmarshal(instance, project_name=PROJECT_NAME))
call(LXDInstance.unmarshal(instance))
for instance in instances
],
any_order=True,
Expand Down

0 comments on commit 42c5ae1

Please sign in to comment.