mirror of
https://github.com/signalapp/Signal-Server
synced 2026-08-21 08:27:25 +01:00
Update Jetty.VERSION check in StripContentLengthOnConnectFilterTest
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ class StripContentLengthOnConnectFilterTest {
|
||||
|
||||
@Test
|
||||
void versionCheck() {
|
||||
assertEquals("12.1.5", Jetty.VERSION, "This class can be removed with https://github.com/jetty/jetty.project/issues/15074, likely 12.1.10");
|
||||
assertEquals("12.1.9", Jetty.VERSION, "This class can be removed with https://github.com/jetty/jetty.project/issues/15074, likely 12.1.10");
|
||||
}
|
||||
|
||||
private static HttpFields sendUpgradeRequest(final String path) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user