Skip to content

Commit

Permalink
Merge pull request #191 from plugwise/change_userdata
Browse files Browse the repository at this point in the history
Change userdata dirname
  • Loading branch information
bouwew committed May 20, 2022
2 parents 950635e + c0bb8c4 commit c7987d8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_smile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2887,7 +2887,7 @@ async def test_connect_p1v3_full_option(self):
await self.disconnect(server, client)

@pytest.mark.asyncio
async def test_connect_anna_heatpump(self):
async def test_connect_anna_heatpump_heating(self):
"""Test a Anna with Elga setup in idle mode."""
testdata = {
"1cbf783bb11e4a7c8a6843dee3a86927": {
Expand Down Expand Up @@ -2954,7 +2954,7 @@ async def test_connect_anna_heatpump(self):
},
}

self.smile_setup = "anna_heatpump"
self.smile_setup = "anna_heatpump_heating"
server, smile, client = await self.connect_wrapper()
assert smile.smile_hostname == "smile000000"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c7987d8

Please sign in to comment.