We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae824f0 commit c0bb8c4Copy full SHA for c0bb8c4
tests/test_smile.py
@@ -2887,7 +2887,7 @@ async def test_connect_p1v3_full_option(self):
2887
await self.disconnect(server, client)
2888
2889
@pytest.mark.asyncio
2890
- async def test_connect_anna_heatpump(self):
+ async def test_connect_anna_heatpump_heating(self):
2891
"""Test a Anna with Elga setup in idle mode."""
2892
testdata = {
2893
"1cbf783bb11e4a7c8a6843dee3a86927": {
@@ -2954,7 +2954,7 @@ async def test_connect_anna_heatpump(self):
2954
},
2955
}
2956
2957
- self.smile_setup = "anna_heatpump"
+ self.smile_setup = "anna_heatpump_heating"
2958
server, smile, client = await self.connect_wrapper()
2959
assert smile.smile_hostname == "smile000000"
2960
0 commit comments