Skip to content

Commit a8d92e4

Browse files
committed
Add missing loc_id arg
1 parent 6b382aa commit a8d92e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ async def tinker_gateway_mode(api, unhappy=False):
987987
return tinker_gateway_mode_passed
988988

989989
@staticmethod
990-
async def tinker_zone_profile(api, unhappy=False):
990+
async def tinker_zone_profile(api, loc_id, unhappy=False):
991991
"""Toggle gateway_mode to test functionality."""
992992
tinker_zone_profile_passed = False
993993
for profile in ["active", "off", "passive", "!bogus"]:

0 commit comments

Comments
 (0)