Fix type of port in test util for NUT (#143303)

This commit is contained in:
tdfountain
2025-04-19 19:13:05 -07:00
committed by GitHub
parent 7c0d2832cd
commit b97d8e163d

View File

@@ -43,7 +43,7 @@ async def async_init_integration(
hass: HomeAssistant,
ups_fixture: str | None = None,
host: str = "mock",
port: str = "mock",
port: int = 1234,
username: str = "mock",
password: str = "mock",
alias: str | None = None,