File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2208,8 +2208,8 @@ async def test_connect_anna_heatpump_cooling(self):
22082208 await self .disconnect (server , client )
22092209
22102210 @pytest .mark .asyncio
2211- async def test_connect_anna_elga_outdoor_temp (self ):
2212- """Test a Anna with Elga setup in cooling mode with missing outdoor temperature."""
2211+ async def test_connect_anna_elga_2 (self ):
2212+ """Test a Anna with Elga setup in cooling mode ( with missing outdoor temperature - solved) ."""
22132213 testdata = {
22142214 # Anna
22152215 "ebd90df1ab334565b5895f37590ccff4" : {
@@ -2289,7 +2289,7 @@ async def test_connect_anna_elga_outdoor_temp(self):
22892289 },
22902290 }
22912291
2292- self .smile_setup = "anna_elga_outdoor_temp "
2292+ self .smile_setup = "anna_elga_2 "
22932293 server , smile , client = await self .connect_wrapper ()
22942294 assert smile .smile_hostname == "smile000000"
22952295
You can’t perform that action at this time.
0 commit comments