From 8c7c08ae5ddba75285453d0d0b72fc6b1e3b99a8 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Fri, 11 Nov 2022 13:25:34 +0530 Subject: [PATCH] Fix py-cli-e2e-tests (#8662) --- 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 beaabda87dc..b098466b000 100644 --- a/ingestion/tests/cli_e2e/test_cli_mysql.py +++ b/ingestion/tests/cli_e2e/test_cli_mysql.py @@ -96,7 +96,7 @@ class MysqlCliTest(CliCommonDB.TestSuite): @staticmethod def expected_filtered_table_includes() -> int: - return 41 + return 43 @staticmethod def expected_filtered_table_excludes() -> int: @@ -104,4 +104,4 @@ class MysqlCliTest(CliCommonDB.TestSuite): @staticmethod def expected_filtered_mix() -> int: - return 41 + return 43