diff --git a/tests/test_nightreport.py b/tests/test_nightreport.py index 69544db..af1f7f4 100644 --- a/tests/test_nightreport.py +++ b/tests/test_nightreport.py @@ -3,7 +3,6 @@ import unittest.mock import astropy.utils.iers -import bokeh.models import requests.models import schedview.collect.nightreport @@ -134,7 +133,3 @@ def test_narrative_message_html(self): def test_scrolling_narrative_messages_html(self): text = schedview.plot.nightreport.scrolling_narrative_messages_html(MOCK_NARRATIVE_RESPONSE) assert isinstance(text, str) - - def test_make_timeline_scatterplots(self): - ui_element = schedview.plot.timeline.make_timeline_scatterplots(MOCK_NARRATIVE_RESPONSE) - assert isinstance(ui_element, bokeh.models.UIElement)