mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 19:05:53 +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(
|
importFailure(
|
||||||
printer,
|
printer,
|
||||||
invalidField(
|
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);
|
csvRecord);
|
||||||
processRecord = false;
|
processRecord = false;
|
||||||
return null;
|
return null;
|
||||||
|
@ -545,7 +545,7 @@ public class GlossaryResourceTest extends EntityResourceTest<Glossary, CreateGlo
|
|||||||
getFailedRecord(
|
getFailedRecord(
|
||||||
record,
|
record,
|
||||||
invalidField(
|
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);
|
assertRows(result, expectedRows);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user