mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 09:50:01 +00:00
Update tests_mixin.py (#15874)
This commit is contained in:
parent
10045d5a96
commit
8447cf0192
@ -348,7 +348,7 @@ class OMetaTestsMixin:
|
||||
|
||||
if resp:
|
||||
try:
|
||||
return TableData(**resp["failedRowsSamples"])
|
||||
return TableData(**resp["failedRowsSample"])
|
||||
except UnicodeError as err:
|
||||
logger.debug(traceback.format_exc())
|
||||
logger.warning(
|
||||
|
Loading…
x
Reference in New Issue
Block a user