From 790d260469b0a7117a8703bf0497530b17f92d94 Mon Sep 17 00:00:00 2001 From: Stefan Binder Date: Sun, 12 Feb 2023 14:46:23 +0000 Subject: [PATCH] Apply formatting to pytest mark parametrize string in tools script as well. Previously just in test script --- tools/schemapi/tests/test_schemapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/schemapi/tests/test_schemapi.py b/tools/schemapi/tests/test_schemapi.py index d26b127fb..3dd93e4e2 100644 --- a/tools/schemapi/tests/test_schemapi.py +++ b/tools/schemapi/tests/test_schemapi.py @@ -461,7 +461,7 @@ def chart_example_invalid_y_option_value_with_condition(): @pytest.mark.parametrize( - "chart_func,expected_error_message", + "chart_func, expected_error_message", [ ( chart_example_invalid_y_option,