Fix E2E count (#16654)

This commit is contained in:
IceS2 2024-06-14 10:21:07 +02:00 committed by GitHub
parent 18ee2b8ff2
commit e3c3f2ac33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ class MetabaseCliTest(CliCommonDashboard.TestSuite):
return 4 return 4
def expected_filtered_sink_mix(self) -> int: def expected_filtered_sink_mix(self) -> int:
return 6 return 7
def expected_dashboards_and_charts_after_patch(self) -> int: def expected_dashboards_and_charts_after_patch(self) -> int:
return 0 return 0

View File

@ -71,7 +71,7 @@ class PowerBICliTest(CliCommonDashboard.TestSuite):
return 24 return 24
def expected_filtered_sink_mix(self) -> int: def expected_filtered_sink_mix(self) -> int:
return 52 return 53
def expected_dashboards_and_charts_after_patch(self) -> int: def expected_dashboards_and_charts_after_patch(self) -> int:
return 0 return 0