diff --git a/test/test_integration.py b/test/test_integration.py index 019d39531..9ea18ac91 100644 --- a/test/test_integration.py +++ b/test/test_integration.py @@ -481,7 +481,8 @@ def update_graph(n_clicks): 'high': [3] * 5, 'low': [0] * 5, 'close': [2] * 5, - 'x': [n_clicks] * 5 + 'x': [n_clicks] * 5, + 'type': 'candlestick' }] } self.startServer(app=app) @@ -495,4 +496,3 @@ def update_graph(n_clicks): button.click() time.sleep(2) self.snapshot('candlestick - 2 click') -