Merge pull request #54790 from ClickHouse/fix-diagnostics-tests

Fix broken tests for clickhouse-diagnostics
This commit is contained in:
Mikhail f. Shiryaev 2023-09-19 13:17:30 +02:00 committed by GitHub
commit 05bec58072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ func TestConfigFileFrameCopy(t *testing.T) {
sizes := map[string]int64{
"users.xml": int64(2017),
"default-password.xml": int64(188),
"config.xml": int64(59506),
"config.xml": int64(59377),
"server-include.xml": int64(168),
"user-include.xml": int64(559),
}