Skip to content

Commit 00a8ca5

Browse files
committed
Rework test-async_updating
1 parent 83b75e9 commit 00a8ca5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_init.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -605,13 +605,10 @@ def test_and_assert(test_dict, data, header):
605605
with freeze_time(test_time):
606606
if initialize:
607607
_LOGGER.info("Asserting testdata:")
608+
data = await smile.async_update()
608609
if smile.smile_legacy:
609-
# await smile.full_xml_update()
610-
# smile.get_all_gateway_entities()
611-
data = await smile.async_update()
612610
assert smile._timeout == 30
613611
else:
614-
data = await smile.async_update()
615612
assert smile._timeout == 10
616613
else:
617614
_LOGGER.info("Asserting updated testdata:")

0 commit comments

Comments
 (0)