From 89dae42407aa5f30fad88b816f0cd582e3822bf9 Mon Sep 17 00:00:00 2001 From: Suman Maharana Date: Fri, 10 Jan 2025 21:41:38 +0530 Subject: [PATCH] Fix mysql e2e count (#19315) --- 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 57689f532d5..8db9e38f7d8 100644 --- a/ingestion/tests/cli_e2e/test_cli_mysql.py +++ b/ingestion/tests/cli_e2e/test_cli_mysql.py @@ -120,7 +120,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_table_includes() -> int: - return 134 + return 135 @staticmethod def expected_filtered_table_excludes() -> int: @@ -128,4 +128,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_mix() -> int: - return 134 + return 135