From 5164a55341cbe32e69d149f29c8c2c5aab6679c0 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Sat, 17 Dec 2022 09:09:02 +0530 Subject: [PATCH] Fix Mysql e2e test (#9364) --- ingestion/tests/cli_e2e/test_cli_mysql.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ingestion/tests/cli_e2e/test_cli_mysql.py b/ingestion/tests/cli_e2e/test_cli_mysql.py index 0b5613bc3c5..690c6f64ec3 100644 --- a/ingestion/tests/cli_e2e/test_cli_mysql.py +++ b/ingestion/tests/cli_e2e/test_cli_mysql.py @@ -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