Commit 8e95a5a
Fix failing tests - update config size check from 32 to 33
The tests were checking for exactly 32 configuration properties,
but the new CUSTOM_URL_PATH property increased the count to 33.
Updated both testDefaultSettings and testWithOldDefaults assertions.
Co-authored-by: chernser <[email protected]>1 parent 41f25cf commit 8e95a5a
File tree
1 file changed
+2
-2
lines changed- client-v2/src/test/java/com/clickhouse/client
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments