mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 02:46:09 +00:00
Minor : fix term references validation msg on glossary import (#18058)
This commit is contained in:
parent
66cd00c568
commit
f6b6874f57
@ -223,7 +223,7 @@ public class GlossaryRepository extends EntityRepository<Glossary> {
|
||||
importFailure(
|
||||
printer,
|
||||
invalidField(
|
||||
6, "Term References should be given in the format referenceName:endpoint url."),
|
||||
6, "Term References should be given in the format referenceName;endpoint url."),
|
||||
csvRecord);
|
||||
processRecord = false;
|
||||
return null;
|
||||
|
@ -545,7 +545,7 @@ public class GlossaryResourceTest extends EntityResourceTest<Glossary, CreateGlo
|
||||
getFailedRecord(
|
||||
record,
|
||||
invalidField(
|
||||
6, "Term References should be given in the format referenceName:endpoint url."))
|
||||
6, "Term References should be given in the format referenceName;endpoint url."))
|
||||
};
|
||||
assertRows(result, expectedRows);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user