Skip to content

Commit

Permalink
Properly set clickhouse_url
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 11, 2024
1 parent 09ab9ad commit 2a59271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oonipipeline/src/oonipipeline/db/maintenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def click_execute(q, params: Optional[dict] = None, clickhouse_url: str = "localhost"):
click = Clickhouse(

Check warning on line 11 in oonipipeline/src/oonipipeline/db/maintenance.py

View check run for this annotation

Codecov / codecov/patch

oonipipeline/src/oonipipeline/db/maintenance.py#L11

Added line #L11 was not covered by tests
"localhost",
clickhouse_url,
connect_timeout=10,
send_receive_timeout=60 * 15,
sync_request_timeout=5,
Expand Down

0 comments on commit 2a59271

Please sign in to comment.