Update Jetty.VERSION check in StripContentLengthOnConnectFilterTest

This commit is contained in:
Chris Eager
2026-08-20 10:16:14 -04:00
committed by Chris Eager
parent 4bcf33d666
commit fbf53cd3e8
@@ -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 {