Block peer certs on supervisor (#66837)
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch> Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
This commit is contained in:
parent
756e711850
commit
938b64081b
19 changed files with 121 additions and 31 deletions
|
@ -11,7 +11,11 @@ from homeassistant.setup import async_setup_component
|
|||
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
MOCK_ENVIRON = {"HASSIO": "127.0.0.1", "HASSIO_TOKEN": "abcdefgh"}
|
||||
MOCK_ENVIRON = {
|
||||
"HASSIO": "127.0.0.1",
|
||||
"HASSIO_TOKEN": "abcdefgh",
|
||||
"SUPERVISOR": "127.0.0.1",
|
||||
}
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue