Skip to content

Commit c7987d8

Browse files
authored
Merge pull request #191 from plugwise/change_userdata
Change userdata dirname
2 parents 950635e + c0bb8c4 commit c7987d8

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

tests/test_smile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2887,7 +2887,7 @@ async def test_connect_p1v3_full_option(self):
28872887
await self.disconnect(server, client)
28882888

28892889
@pytest.mark.asyncio
2890-
async def test_connect_anna_heatpump(self):
2890+
async def test_connect_anna_heatpump_heating(self):
28912891
"""Test a Anna with Elga setup in idle mode."""
28922892
testdata = {
28932893
"1cbf783bb11e4a7c8a6843dee3a86927": {
@@ -2954,7 +2954,7 @@ async def test_connect_anna_heatpump(self):
29542954
},
29552955
}
29562956

2957-
self.smile_setup = "anna_heatpump"
2957+
self.smile_setup = "anna_heatpump_heating"
29582958
server, smile, client = await self.connect_wrapper()
29592959
assert smile.smile_hostname == "smile000000"
29602960

userdata/anna_heatpump/.!16795!core.domain_objects.xml renamed to userdata/anna_heatpump_heating/.!16795!core.domain_objects.xml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)