From 63e285ef8ffb7af4bfcd519788338d668f375410 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Tue, 7 Mar 2023 21:57:44 +0100 Subject: [PATCH] Fix mysql (#10456) --- 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 e6c8ab525d4..0902da110b8 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 47 + return 49 def inserted_rows_count(self) -> int: return len(self.insert_data_queries) @@ -92,7 +92,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_table_includes() -> int: - return 47 + return 49 @staticmethod def expected_filtered_table_excludes() -> int: @@ -100,4 +100,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_mix() -> int: - return 47 + return 49