Revert "Follow up on comments on changes bootstrap tests (#91803)"
This reverts commit 4de124cdd5
.
This commit is contained in:
parent
4de124cdd5
commit
fb5f30e9cf
1 changed files with 1 additions and 3 deletions
|
@ -886,10 +886,8 @@ 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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue