fix(smoke-test): fix stateful ingestion test regression (#6753)

This commit is contained in:
Harshal Sheth 2022-12-13 22:35:37 -05:00 committed by GitHub
parent 7080c3e605
commit b8560abd5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ def test_stateful_ingestion(wait_for_healthchecks):
state1 = cast(BaseSQLAlchemyCheckpointState, checkpoint1.state)
state2 = cast(BaseSQLAlchemyCheckpointState, checkpoint2.state)
difference_urns = list(
state1.get_urns_not_in(type="table", other_checkpoint_state=state2)
state1.get_urns_not_in(type="*", other_checkpoint_state=state2)
)
assert len(difference_urns) == 1
assert (