From fa773d114f89d035773eca6373d2218610335abc Mon Sep 17 00:00:00 2001 From: jdebacker Date: Fri, 19 Apr 2024 16:59:18 -0400 Subject: [PATCH] remove PUF tests since pulled off CS --- cs-config/cs_config/tests/test_functions.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cs-config/cs_config/tests/test_functions.py b/cs-config/cs_config/tests/test_functions.py index 570bef6..2b305c6 100644 --- a/cs-config/cs_config/tests/test_functions.py +++ b/cs-config/cs_config/tests/test_functions.py @@ -49,11 +49,12 @@ def test_start_year_with_data_source(): """ Test interaction between PUF and CPS data sources and the start year. """ - data = functions.get_inputs({"data_source": "PUF"}) - assert ( - data["meta_parameters"]["year"]["validators"]["choice"]["choices"][0] - == 2013 - ) + # Commenting out PUF for now since not on CS web app + # data = functions.get_inputs({"data_source": "PUF"}) + # assert ( + # data["meta_parameters"]["year"]["validators"]["choice"]["choices"][0] + # == 2013 + # ) data = functions.get_inputs({"data_source": "CPS"}) assert ( data["meta_parameters"]["year"]["validators"]["choice"]["choices"][0]