Skip to content

Commit

Permalink
Fix E2E count (#16654)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceS2 authored Jun 14, 2024
1 parent 18ee2b8 commit e3c3f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ingestion/tests/cli_e2e/test_cli_metabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def expected_filtered_mix(self) -> int:
return 4

def expected_filtered_sink_mix(self) -> int:
return 6
return 7

def expected_dashboards_and_charts_after_patch(self) -> int:
return 0
2 changes: 1 addition & 1 deletion ingestion/tests/cli_e2e/test_cli_powerbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def expected_filtered_mix(self) -> int:
return 24

def expected_filtered_sink_mix(self) -> int:
return 52
return 53

def expected_dashboards_and_charts_after_patch(self) -> int:
return 0

0 comments on commit e3c3f2a

Please sign in to comment.