Skip to content

Commit

Permalink
consumer builder
Browse files Browse the repository at this point in the history
  • Loading branch information
volokluev committed Jun 7, 2024
1 parent ab40a76 commit f7453e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/consumers/test_consumer_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_consumer_builder_optional_attributes(con_build) -> None: # type: ignor
con_build.output_block_size


@pytest.mark.clickhouse_db
@pytest.mark.clickhouse_db(storage_keys=["errors"])
def test_run_processing_strategy() -> None:
assert get_row_count(get_writable_storage(StorageKey.ERRORS)) == 0

Expand Down

0 comments on commit f7453e6

Please sign in to comment.