mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-03 23:26:54 +00:00
Fix E2E count (#16654)
This commit is contained in:
parent
18ee2b8ff2
commit
e3c3f2ac33
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user