add exception to duplicateNameValidationExceptionList

This commit is contained in:
nathaniel.doef 2022-12-13 17:00:56 -05:00
parent 59b1eead3f
commit eb2a18c285
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ public class TestUtil {
"FK_CONCEPTDESIG_CONCEPT",
"FK_TERM_CONCEPTPC_CHILD",
"FK_TERM_CONCEPTPC_PARENT",
"FK_TRM_VALUESET_CONCEPT_PID"
"FK_TRM_VALUESET_CONCEPT_PID",
"FK_SEARCHINC_SEARCH"
);