Skip to content

Commit

Permalink
optimize test
Browse files Browse the repository at this point in the history
  • Loading branch information
volokluev committed Jun 7, 2024
1 parent 234bd95 commit 8c8b3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


@pytest.mark.redis_db
@pytest.mark.clickhouse_db
@pytest.mark.clickhouse_db(storage_keys=["errors"])
def test_optimize_cli() -> None:
runner = CliRunner()
host = os.environ.get("CLICKHOUSE_HOST", "127.0.0.1")
Expand Down

0 comments on commit 8c8b3ab

Please sign in to comment.