mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 04:05:06 +02:00
Follow up on comments on changes bootstrap tests (#91803)
* Remove commented code * Add comment to explain mock * typo
This commit is contained in:
@@ -886,8 +886,10 @@ async def test_bootstrap_dependencies(
|
|||||||
dependencies=["file_upload", "http"],
|
dependencies=["file_upload", "http"],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# We mock the MQTT integration and integrations that depend on it
|
||||||
|
# to make sure that core tests will not fail when non core components are changed
|
||||||
mqtt_integration._import_platform = Mock()
|
mqtt_integration._import_platform = Mock()
|
||||||
# mqtt_integration.async_migrate = AsyncMock(return_value=False)
|
|
||||||
|
|
||||||
integrations = {
|
integrations = {
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
|
Reference in New Issue
Block a user