From 407900e5b42b69ae9ce6df1d8bca67a66f2c377d Mon Sep 17 00:00:00 2001 From: Ayush Shah Date: Tue, 29 Aug 2023 10:23:23 +0530 Subject: [PATCH] Fix e2e according to latest changes (#13018) --- 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 7d86e08942d..4868f105af7 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 55 + return 58 @staticmethod def expected_filtered_table_excludes() -> int: @@ -125,4 +125,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_mix() -> int: - return 55 + return 58