Docstring
This commit is contained in:
parent
2de5cc469a
commit
9e95bd58a6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def data_cdc_fixture():
|
|||
|
||||
@pytest.fixture(name="setup_flunearyou")
|
||||
async def setup_flunearyou_fixture(hass, config, data_cdc):
|
||||
"""Define a fixture to set up AirVisual."""
|
||||
"""Define a fixture to set up Flu Near You."""
|
||||
with patch(
|
||||
"pyflunearyou.cdc.CdcReport.status_by_coordinates", side_effect=data_cdc
|
||||
), patch("pyflunearyou.user.UserReport.status_by_coordinates"), patch(
|
||||
|
|
Loading…
Add table
Reference in a new issue