diff --git a/tests/integration/plots/test_plots.py b/tests/integration/plots/test_plots.py index 18d27eafdc4..630278eced9 100644 --- a/tests/integration/plots/test_plots.py +++ b/tests/integration/plots/test_plots.py @@ -134,6 +134,10 @@ def _assert_templates_equal( tmp2 = deepcopy(filled_template) tmp3 = json.loads( split_template[:] + .replace('""', "300") + .replace('""', "300") + .replace('""', "300") + .replace('""', "300") .replace("", title) .replace("", x_label) .replace("", y_label)