mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-19 21:02:19 +00:00
Fix mysql (#10456)
This commit is contained in:
parent
6845f8581e
commit
63e285ef8f
@ -58,7 +58,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def expected_tables() -> int:
|
def expected_tables() -> int:
|
||||||
return 47
|
return 49
|
||||||
|
|
||||||
def inserted_rows_count(self) -> int:
|
def inserted_rows_count(self) -> int:
|
||||||
return len(self.insert_data_queries)
|
return len(self.insert_data_queries)
|
||||||
@ -92,7 +92,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def expected_filtered_table_includes() -> int:
|
def expected_filtered_table_includes() -> int:
|
||||||
return 47
|
return 49
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def expected_filtered_table_excludes() -> int:
|
def expected_filtered_table_excludes() -> int:
|
||||||
@ -100,4 +100,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def expected_filtered_mix() -> int:
|
def expected_filtered_mix() -> int:
|
||||||
return 47
|
return 49
|
||||||
|
Loading…
x
Reference in New Issue
Block a user