Bugfix/frontend group urls (#4185)

* Remove unnecessary sleeps

* Frontend: fix serving index when refreshing view page.
This commit is contained in:
Paulus Schoutsen 2016-11-02 21:15:23 -07:00 committed by GitHub
parent a3ae96440b
commit 1d100dcac9
9 changed files with 22 additions and 25 deletions

View file

@ -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