Skip to content

Commit 08b13ef

Browse files
committed
Remove a useless test.
1 parent 2c6a50f commit 08b13ef

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

plotly/tests/test_core/test_graph_reference/test_graph_reference.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@
2020

2121
class TestGraphReferenceCaching(PlotlyTestCase):
2222

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-
3323
@attr('slow')
3424
def test_default_schema_is_up_to_date(self):
3525
api_domain = files.FILE_CONTENT[files.CONFIG_FILE]['plotly_api_domain']

0 commit comments

Comments
 (0)