mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00
fix: remove root when accessing fqn of entity reference (#17491)
This commit is contained in:
parent
9880f06b2c
commit
4ed2035a50
@ -250,7 +250,7 @@ class OpenMetadataValidationAction(ValidationAction):
|
||||
|
||||
if table_entity.testSuite:
|
||||
test_suite = self.ometa_conn.get_by_name(
|
||||
TestSuite, table_entity.testSuite.fullyQualifiedName.root
|
||||
TestSuite, table_entity.testSuite.fullyQualifiedName
|
||||
)
|
||||
test_suite = cast(TestSuite, test_suite)
|
||||
return test_suite
|
||||
|
Loading…
x
Reference in New Issue
Block a user