We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dac9e commit 88cab89Copy full SHA for 88cab89
client-v2/src/test/java/com/clickhouse/client/HttpTransportTests.java
@@ -779,7 +779,7 @@ public void testErrorWithSendProgressHeaders() throws Exception {
779
780
} catch (ServerException e) {
781
// 241 - MEMORY_LIMIT_EXCEEDED or 243 -NOT_ENOUGH_SPACE
782
- Assert.assertTrue(e.getCode() == 241 || e.getCode() == 242);
+ Assert.assertTrue(e.getCode() == 241 || e.getCode() == 243);
783
}
784
785
0 commit comments