From 1deb5adeb56897c8be3d760ae764dfa365730f9e Mon Sep 17 00:00:00 2001 From: harshsoni2024 <64592571+harshsoni2024@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:00:56 +0530 Subject: [PATCH] MINOR: fix e2e tests (#22723) --- ingestion/tests/cli_e2e/test_cli_metabase.py | 2 +- ingestion/tests/cli_e2e/test_cli_powerbi.py | 2 +- ingestion/tests/cli_e2e/test_cli_tableau.py | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ingestion/tests/cli_e2e/test_cli_metabase.py b/ingestion/tests/cli_e2e/test_cli_metabase.py index cde09273683..121442e446e 100644 --- a/ingestion/tests/cli_e2e/test_cli_metabase.py +++ b/ingestion/tests/cli_e2e/test_cli_metabase.py @@ -73,7 +73,7 @@ class MetabaseCliTest(CliCommonDashboard.TestSuite): return 4 def expected_filtered_sink_mix(self) -> int: - return 8 + return 5 def expected_dashboards_and_charts_after_patch(self) -> int: return 0 diff --git a/ingestion/tests/cli_e2e/test_cli_powerbi.py b/ingestion/tests/cli_e2e/test_cli_powerbi.py index be8c84b6971..aa0e934f4a8 100644 --- a/ingestion/tests/cli_e2e/test_cli_powerbi.py +++ b/ingestion/tests/cli_e2e/test_cli_powerbi.py @@ -73,7 +73,7 @@ class PowerBICliTest(CliCommonDashboard.TestSuite): return 29 def expected_filtered_sink_mix(self) -> int: - return 44 + return 29 def expected_dashboards_and_charts_after_patch(self) -> int: return 0 diff --git a/ingestion/tests/cli_e2e/test_cli_tableau.py b/ingestion/tests/cli_e2e/test_cli_tableau.py index 1b3f60b0e02..437d530a2d6 100644 --- a/ingestion/tests/cli_e2e/test_cli_tableau.py +++ b/ingestion/tests/cli_e2e/test_cli_tableau.py @@ -60,22 +60,22 @@ class TableauCliTest(CliCommonDashboard.TestSuite): return 22 def expected_lineage(self) -> int: - return 5 + return 4 def expected_tags(self) -> int: - return 1 + return 0 def expected_datamodel_lineage(self) -> int: - return 6 + return 0 def expected_datamodels(self) -> int: - return 6 + return 4 def expected_filtered_mix(self) -> int: return 2 def expected_filtered_sink_mix(self) -> int: - return 14 + return 8 def expected_dashboards_and_charts_after_patch(self) -> int: return 4