From fc8b08a69670299df6cdd7ea4294524aabe197e3 Mon Sep 17 00:00:00 2001 From: Olivier Delalleau <507137+odelalleau@users.noreply.github.com> Date: Wed, 3 Mar 2021 08:52:35 -0500 Subject: [PATCH] Minor formatting fix in tests --- tests/test_interpolation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_interpolation.py b/tests/test_interpolation.py index d13d1c85f..cc5c96a93 100644 --- a/tests/test_interpolation.py +++ b/tests/test_interpolation.py @@ -752,7 +752,7 @@ def fail_if_called(x: Any) -> None: @pytest.mark.parametrize( - ["cfg", "key", "expected_value", "expected_node_type"], + ("cfg", "key", "expected_value", "expected_node_type"), [ pytest.param( User(name="Bond", age=SI("${cast:int,'7'}")), @@ -806,7 +806,7 @@ def drop_last(s: str) -> str: @pytest.mark.parametrize( - ["cfg", "key", "expected_error"], + ("cfg", "key", "expected_error"), [ pytest.param( User(name="Bond", age=SI("${cast:str,seven}")),