From fbf53cd3e8213bbdfd6c30c2bc3b3e52bf912289 Mon Sep 17 00:00:00 2001 From: Chris Eager Date: Wed, 19 Aug 2026 18:38:37 -0400 Subject: [PATCH] Update Jetty.VERSION check in StripContentLengthOnConnectFilterTest --- .../filters/StripContentLengthOnConnectFilterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/test/java/org/whispersystems/textsecuregcm/filters/StripContentLengthOnConnectFilterTest.java b/service/src/test/java/org/whispersystems/textsecuregcm/filters/StripContentLengthOnConnectFilterTest.java index a124653db..4ae5c0876 100644 --- a/service/src/test/java/org/whispersystems/textsecuregcm/filters/StripContentLengthOnConnectFilterTest.java +++ b/service/src/test/java/org/whispersystems/textsecuregcm/filters/StripContentLengthOnConnectFilterTest.java @@ -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 {