diff --git a/ingestion/tests/cli_e2e/test_cli_metabase.py b/ingestion/tests/cli_e2e/test_cli_metabase.py index 8c2301a5b33..9a754b35022 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 6 + return 7 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 55ed5851558..894e4c5239e 100644 --- a/ingestion/tests/cli_e2e/test_cli_powerbi.py +++ b/ingestion/tests/cli_e2e/test_cli_powerbi.py @@ -71,7 +71,7 @@ class PowerBICliTest(CliCommonDashboard.TestSuite): return 24 def expected_filtered_sink_mix(self) -> int: - return 52 + return 53 def expected_dashboards_and_charts_after_patch(self) -> int: return 0