From 056affbe0b22f09c33467e5746555ccc4957c537 Mon Sep 17 00:00:00 2001 From: Suman Maharana Date: Fri, 2 Aug 2024 20:59:33 +0530 Subject: [PATCH] Fix mysql e2e test (#17265) --- ingestion/tests/cli_e2e/test_cli_mysql.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion/tests/cli_e2e/test_cli_mysql.py b/ingestion/tests/cli_e2e/test_cli_mysql.py index 740c36adf80..04c8f9041ca 100644 --- a/ingestion/tests/cli_e2e/test_cli_mysql.py +++ b/ingestion/tests/cli_e2e/test_cli_mysql.py @@ -117,7 +117,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_table_includes() -> int: - return 81 + return 82 @staticmethod def expected_filtered_table_excludes() -> int: @@ -125,4 +125,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_mix() -> int: - return 81 + return 82