Bugfix/frontend group urls (#4185)
* Remove unnecessary sleeps * Frontend: fix serving index when refreshing view page.
This commit is contained in:
parent
a3ae96440b
commit
1d100dcac9
9 changed files with 22 additions and 25 deletions
|
@ -1,5 +1,4 @@
|
|||
"""The tests the for Locative device tracker platform."""
|
||||
import time
|
||||
import unittest
|
||||
from unittest.mock import patch
|
||||
|
||||
|
@ -46,7 +45,6 @@ def setUpModule():
|
|||
})
|
||||
|
||||
hass.start()
|
||||
time.sleep(0.05)
|
||||
|
||||
|
||||
def tearDownModule(): # pylint: disable=invalid-name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue