mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-26 05:16:32 +00:00
Test discovery message deleted on uninstall (#4174)
* Test discovery message deleted on uninstall * Test data is correct since core looks at it
This commit is contained in:
@@ -525,6 +525,8 @@ def install_addon_ssh(coresys: CoreSys, repository):
|
||||
"""Install local_ssh add-on."""
|
||||
store = coresys.addons.store[TEST_ADDON_SLUG]
|
||||
coresys.addons.data.install(store)
|
||||
coresys.addons.data._data = coresys.addons.data._schema(coresys.addons.data._data)
|
||||
|
||||
addon = Addon(coresys, store.slug)
|
||||
coresys.addons.local[addon.slug] = addon
|
||||
yield addon
|
||||
|
||||
Reference in New Issue
Block a user