Skip to content

Commit

Permalink
add GOLD center to test
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Jan 9, 2024
1 parent 9411288 commit 1a75eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a75eae

Please sign in to comment.