Fix: Tableau E2E wrong expected values (#11290)

This commit is contained in:
Nahuel 2023-04-26 10:14:17 +02:00 committed by GitHub
parent 7405ac748a
commit bcdab5e30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,22 +54,22 @@ class TableauCliTest(CliCommonDashboard.TestSuite):
return ["Random.*"]
def expected_entities(self) -> int:
return 23
return 28
def expected_lineage(self) -> int:
return 6
return 8
def expected_tags(self) -> int:
return 0
return 2
def expected_not_included_entities(self) -> int:
return 17
return 20
def expected_not_included_sink_entities(self) -> int:
return 17
return 21
def expected_filtered_mix(self) -> int:
return 9
return 10
def expected_filtered_sink_mix(self) -> int:
return 2
return 9