From 4a0ec23475e7301108f2a862d69cec6595426886 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Thu, 23 May 2024 14:00:26 -0400 Subject: [PATCH] try to catch one more line --- ccc/tests/test_get_taxcalc_rates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccc/tests/test_get_taxcalc_rates.py b/ccc/tests/test_get_taxcalc_rates.py index 668a74c5..75af0383 100644 --- a/ccc/tests/test_get_taxcalc_rates.py +++ b/ccc/tests/test_get_taxcalc_rates.py @@ -7,7 +7,7 @@ @pytest.mark.parametrize( "baseline", - [(True), (False, None)], + [(True), (False)], ids=["baseline", "reform"], ) def test_get_calculator_cps(baseline):