Skip to content

Commit 314688d

Browse files
committed
Update related test asserts
1 parent ab3e0b1 commit 314688d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_smile.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,11 +1226,11 @@ async def test_connect_anna_without_boiler_fw42(self):
12261226
"home": [21.0, 22.0],
12271227
"vacation": [18.5, 28.0],
12281228
},
1229-
"available_schedules": ["Test", "Normal"],
1230-
"selected_schedule": "Test",
1229+
"available_schedules": ["Normal"],
1230+
"selected_schedule": "None",
12311231
"schedule_temperature": None,
1232-
"last_used": "Test",
1233-
"mode": "auto",
1232+
"last_used": None,
1233+
"mode": "heat",
12341234
"sensors": {"temperature": 20.6, "setpoint": 21.0, "illuminance": 0.25},
12351235
"lower_bound": 4,
12361236
"upper_bound": 30,
@@ -1267,7 +1267,7 @@ async def test_connect_anna_without_boiler_fw42(self):
12671267
assert not self.notifications
12681268

12691269
await self.tinker_thermostat(
1270-
smile, "c34c6864216446528e95d88985e714cc", good_schemas=["Test", "Normal"]
1270+
smile, "c34c6864216446528e95d88985e714cc", good_schemas=["Normal"]
12711271
)
12721272
await smile.close_connection()
12731273
await self.disconnect(server, client)
@@ -1276,7 +1276,7 @@ async def test_connect_anna_without_boiler_fw42(self):
12761276
await self.tinker_thermostat(
12771277
smile,
12781278
"c34c6864216446528e95d88985e714cc",
1279-
good_schemas=["Test", "Normal"],
1279+
good_schemas=["Normal"],
12801280
unhappy=True,
12811281
)
12821282
await smile.close_connection()

0 commit comments

Comments
 (0)