mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 14:05:33 +01:00
In local testing py36 always fails on test_minimal_config on a wait call that never completes. One difference between this test and others in the class is the lack of a mock on `call`. With this added, the test passes locally 100%.