mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 08:58:06 +00:00
Fix py-cli-e2e-tests (#8662)
This commit is contained in:
parent
2dbd43a589
commit
8c7c08ae5d
@ -96,7 +96,7 @@ class MysqlCliTest(CliCommonDB.TestSuite):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def expected_filtered_table_includes() -> int:
|
def expected_filtered_table_includes() -> int:
|
||||||
return 41
|
return 43
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def expected_filtered_table_excludes() -> int:
|
def expected_filtered_table_excludes() -> int:
|
||||||
@ -104,4 +104,4 @@ class MysqlCliTest(CliCommonDB.TestSuite):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def expected_filtered_mix() -> int:
|
def expected_filtered_mix() -> int:
|
||||||
return 41
|
return 43
|
||||||
|
Loading…
x
Reference in New Issue
Block a user