Skip to content

Commit

Permalink
bugfix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Nov 2, 2024
1 parent 3a24bd1 commit 53d5965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests_rf/test_v2_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ async def _test_basics_apis(evo: evo2.EvohomeClientNew) -> None:
# STEP 1: retrieve base data
await evo.update(dont_update_status=False)

assert SCH_USER_ACCOUNT(evo._install_config)
assert SCH_FULL_CONFIG(evo._user_info)
assert SCH_USER_ACCOUNT(evo._user_info)
assert SCH_FULL_CONFIG(evo._install_config)

# STEP 4: Status, GET /location/{loc.id}/status
for loc in evo.locations:
Expand Down

0 comments on commit 53d5965

Please sign in to comment.