mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-07 05:53:46 +00:00
MINOR: fix e2e tests (#22723)
This commit is contained in:
parent
8d7db58304
commit
1deb5adeb5
@ -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 8
|
return 5
|
||||||
|
|
||||||
def expected_dashboards_and_charts_after_patch(self) -> int:
|
def expected_dashboards_and_charts_after_patch(self) -> int:
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
@ -73,7 +73,7 @@ class PowerBICliTest(CliCommonDashboard.TestSuite):
|
|||||||
return 29
|
return 29
|
||||||
|
|
||||||
def expected_filtered_sink_mix(self) -> int:
|
def expected_filtered_sink_mix(self) -> int:
|
||||||
return 44
|
return 29
|
||||||
|
|
||||||
def expected_dashboards_and_charts_after_patch(self) -> int:
|
def expected_dashboards_and_charts_after_patch(self) -> int:
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
@ -60,22 +60,22 @@ class TableauCliTest(CliCommonDashboard.TestSuite):
|
|||||||
return 22
|
return 22
|
||||||
|
|
||||||
def expected_lineage(self) -> int:
|
def expected_lineage(self) -> int:
|
||||||
return 5
|
return 4
|
||||||
|
|
||||||
def expected_tags(self) -> int:
|
def expected_tags(self) -> int:
|
||||||
return 1
|
return 0
|
||||||
|
|
||||||
def expected_datamodel_lineage(self) -> int:
|
def expected_datamodel_lineage(self) -> int:
|
||||||
return 6
|
return 0
|
||||||
|
|
||||||
def expected_datamodels(self) -> int:
|
def expected_datamodels(self) -> int:
|
||||||
return 6
|
return 4
|
||||||
|
|
||||||
def expected_filtered_mix(self) -> int:
|
def expected_filtered_mix(self) -> int:
|
||||||
return 2
|
return 2
|
||||||
|
|
||||||
def expected_filtered_sink_mix(self) -> int:
|
def expected_filtered_sink_mix(self) -> int:
|
||||||
return 14
|
return 8
|
||||||
|
|
||||||
def expected_dashboards_and_charts_after_patch(self) -> int:
|
def expected_dashboards_and_charts_after_patch(self) -> int:
|
||||||
return 4
|
return 4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user