From 1a75eae3cf96c43598d32d2ba17f6e10ced353ba Mon Sep 17 00:00:00 2001 From: rxu17 <26471741+rxu17@users.noreply.github.com> Date: Tue, 9 Jan 2024 13:54:36 -0800 Subject: [PATCH] add GOLD center to test --- tests/test_validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_validate.py b/tests/test_validate.py index 4e16cfee..ef196704 100644 --- a/tests/test_validate.py +++ b/tests/test_validate.py @@ -455,7 +455,7 @@ def test_perform_validate(syn, genie_config): validate._perform_validate(syn, arg) patch_check_parentid.assert_called_once_with(syn=syn, parentid=arg.parentid) patch_get_config.assert_called_once_with(syn=syn, project_id=arg.project_id) - patch_check_center.assert_called_once_with(arg.center, ["SAGE", "TEST"]) + patch_check_center.assert_called_once_with(arg.center, ["SAGE", "TEST", "GOLD"]) patch_get_onco.assert_called_once() patch_validate.assert_called_once_with( nosymbol_check=arg.nosymbol_check, project_id=arg.project_id