Minor: Fix E2E Powerbi (#14991)

This commit is contained in:
Ayush Shah 2024-02-01 19:31:38 +05:30 committed by GitHub
parent b1d0235713
commit a4f3ed8eec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ class PowerBICliTest(CliCommonDashboard.TestSuite):
return []
def expected_datamodels(self) -> int:
return 11
return 12
def expected_dashboards_and_charts(self) -> int:
return 83
@ -62,16 +62,16 @@ class PowerBICliTest(CliCommonDashboard.TestSuite):
return 44
def expected_datamodel_lineage(self) -> int:
return 25
return 26
def expected_tags(self) -> int:
return 0
def expected_filtered_mix(self) -> int:
return 21
return 22
def expected_filtered_sink_mix(self) -> int:
return 41
return 43
def expected_dashboards_and_charts_after_patch(self) -> int:
return 1