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 ff84a89 commit 4d56378Copy full SHA for 4d56378
tests/test_anna.py
@@ -124,12 +124,6 @@ async def test_connect_anna_v4_no_tag(self):
124
self.smile_setup = "anna_v4_no_tag"
125
126
testdata = self.load_testdata(SMILE_TYPE, self.smile_setup)
127
- #testdata = {
128
- # # Anna
129
- # "01b85360fdd243d0aaad4d6ac2a5ba7e": {
130
- # "active_preset": "home",
131
- # }
132
- #}
133
server, smile, client = await self.connect_wrapper()
134
assert smile.smile_hostname == "smile000000"
135
0 commit comments