Fix Mysql e2e test (#9364)

This commit is contained in:
Mayur Singal 2022-12-17 09:09:02 +05:30 committed by GitHub
parent 17344f2c10
commit 5164a55341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_tables() -> int:
return 44
return 45
def inserted_rows_count(self) -> int:
return len(self.insert_data_queries)
@ -89,7 +89,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_table_includes() -> int:
return 44
return 45
@staticmethod
def expected_filtered_table_excludes() -> int:
@ -97,4 +97,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_mix() -> int:
return 44
return 45