Replace ConfigEntry with MockConfigEntry in Axis tests (#122629)

* Remove unused fixtures in Axis tests

* Replace ConfigEntry with MockConfigEntry
This commit is contained in:
Robert Svensson 2024-07-26 09:48:37 +02:00 committed by GitHub
parent 51d5e21203
commit c9b81a5c04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 15 deletions

View file

@ -85,7 +85,6 @@ def fixture_setup_entry() -> Generator[AsyncMock]:
@pytest.fixture(name="config_entry")
def fixture_config_entry(
hass: HomeAssistant,
config_entry_data: MappingProxyType[str, Any],
config_entry_options: MappingProxyType[str, Any],
config_entry_version: int,