mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix flaky sensibo test (#108669)
This commit is contained in:
parent
e1fd5e83a7
commit
4760114408
@ -62,7 +62,7 @@ async def get_data_from_library(
|
|||||||
return output
|
return output
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(name="load_json", scope="session")
|
@pytest.fixture(name="load_json")
|
||||||
def load_json_from_fixture() -> SensiboData:
|
def load_json_from_fixture() -> SensiboData:
|
||||||
"""Load fixture with json data and return."""
|
"""Load fixture with json data and return."""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user