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 7db64a0 commit 6754200Copy full SHA for 6754200
utils/tests/test_app_utils.py
@@ -45,7 +45,6 @@ def test_3(self):
45
self.assertEqual(output[0], no_update)
46
output = [json.loads(json.dumps(x, cls=plotly.utils.PlotlyJSONEncoder)) for x in output[1:]]
47
self.assertListEqual(output, expected_output)
48
- self.assertListEqual(log.output, expected_logs)
49
self.assertDictEqual(expected_cache, self.cache.hgetall(self.session_id))
50
51
0 commit comments