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