mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix: typo
This commit is contained in:
parent
6a5ffabecf
commit
d651b97bbb
@ -48,7 +48,7 @@ func TestFindClickHouseProcessesAndConfigs(t *testing.T) {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
// run a ClickHouse container that guarranties that it runs only for the duration of the test
|
||||
// run a ClickHouse container that guarantees that it runs only for the duration of the test
|
||||
req := testcontainers.ContainerRequest{
|
||||
Image: fmt.Sprintf("clickhouse/clickhouse-server:%s", test.GetClickHouseTestVersion()),
|
||||
ExposedPorts: []string{"9000/tcp"},
|
||||
|
Loading…
Reference in New Issue
Block a user