You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(clickhouse): add HttpWaitStrategy instead of deprecated wait_container_is_ready (#962)
### What was wrong?
Decorator `wait_container_is_ready` is deprecated and raise
`DeprecationWarning`
Related issue: #874
### How it was fixed?
Replace the deprecated `wait_container_is_ready` decorator with
`HttpWaitStrategy` in the `ClickHouseContainer`
Co-authored-by: Roy Moore <roy@moore.co.il>
0 commit comments