Replace ConfigEntry with MockConfigEntry in Axis tests (#122629)
* Remove unused fixtures in Axis tests * Replace ConfigEntry with MockConfigEntry
This commit is contained in:
parent
51d5e21203
commit
c9b81a5c04
4 changed files with 18 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue