From bee0cc4053752f9ea84b6baf4f73e9b84a65b299 Mon Sep 17 00:00:00 2001 From: Onkar Ravgan Date: Tue, 4 Jul 2023 20:17:51 +0530 Subject: [PATCH] Fixed e2e count (#12276) --- 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 6d37285fdf7..67b590fe339 100644 --- a/ingestion/tests/cli_e2e/test_cli_mysql.py +++ b/ingestion/tests/cli_e2e/test_cli_mysql.py @@ -91,7 +91,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_table_includes() -> int: - return 50 + return 52 @staticmethod def expected_filtered_table_excludes() -> int: @@ -99,4 +99,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_mix() -> int: - return 50 + return 52