Skip to content

Commit

Permalink
Fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Dec 21, 2023
1 parent ee4a8b0 commit bddab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/addons/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async def test_image_added_removed_on_update(
await coresys.addons.update(TEST_ADDON_SLUG)
build.assert_not_called()
install.assert_called_once_with(
AwesomeVersion("10.0.0"), "test/amd64-my-ssh-addon", False, None
AwesomeVersion("10.0.0"), "test/amd64-my-ssh-addon", False, "amd64"
)

assert install_addon_ssh.need_update is False
Expand Down

0 comments on commit bddab1a

Please sign in to comment.