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 fda33a3 commit 21b1530Copy full SHA for 21b1530
tests/test_smile.py
@@ -691,9 +691,9 @@ async def test_connect_anna_v4(self):
691
await self.disconnect(server, client)
692
693
@pytest.mark.asyncio
694
- async def test_connect_anna_v4_no_presets(self):
+ async def test_connect_anna_v4_no_tag(self):
695
"""Test an Anna firmware 4 setup without a boiler - no presets."""
696
- self.smile_setup = "anna_v4_no_presets"
+ self.smile_setup = "anna_v4_no_tag"
697
server, smile, client = await self.connect_wrapper()
698
assert smile.smile_hostname == "smile000000"
699
0 commit comments