We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6a50f commit 08b13efCopy full SHA for 08b13ef
plotly/tests/test_core/test_graph_reference/test_graph_reference.py
@@ -20,16 +20,6 @@
20
21
class TestGraphReferenceCaching(PlotlyTestCase):
22
23
- def test_get_graph_reference(self):
24
-
25
- # if we don't have a graph reference we load an outdated default
26
27
- path = os.path.join('package_data', 'default-schema.json')
28
- s = resource_string('plotly', path).decode('utf-8')
29
- default_graph_reference = json.loads(s)
30
- graph_reference = gr.get_graph_reference()
31
- self.assertEqual(graph_reference, default_graph_reference)
32
33
@attr('slow')
34
def test_default_schema_is_up_to_date(self):
35
api_domain = files.FILE_CONTENT[files.CONFIG_FILE]['plotly_api_domain']
0 commit comments