diff --git a/jetty-http2/http2-common/src/test/java/org/eclipse/jetty/http2/frames/SettingsGenerateParseTest.java b/jetty-http2/http2-common/src/test/java/org/eclipse/jetty/http2/frames/SettingsGenerateParseTest.java index 791b2843aba..c23674819ef 100644 --- a/jetty-http2/http2-common/src/test/java/org/eclipse/jetty/http2/frames/SettingsGenerateParseTest.java +++ b/jetty-http2/http2-common/src/test/java/org/eclipse/jetty/http2/frames/SettingsGenerateParseTest.java @@ -133,7 +133,7 @@ public class SettingsGenerateParseTest } } - Assert.assertEquals(ErrorCodes.PROTOCOL_ERROR, errorRef.get()); + Assert.assertEquals(ErrorCodes.FRAME_SIZE_ERROR, errorRef.get()); } @Test