We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4444cb2 commit 0e4fad3Copy full SHA for 0e4fad3
tests/mock_data.py
@@ -38,7 +38,7 @@
38
PRODUCT_ID = "product-id-123"
39
HOME_DATA_SCENES_RAW = [
40
{
41
- "id": 123456,
+ "id": 1234567,
42
"name": "My plan",
43
"param": json.dumps(
44
tests/test_web_api.py
@@ -46,7 +46,7 @@ async def test_get_scenes():
46
assert sc == [
47
HomeDataScene.from_dict(
48
49
- "id": 5925425,
50
51
}
52
)
0 commit comments