diff --git a/integration-test/src/test/java/com/reajason/javaweb/integration/tomcat/Tomcat8ContainerTest.java b/integration-test/src/test/java/com/reajason/javaweb/integration/tomcat/Tomcat8ContainerTest.java index 31a1ae74..782ef3c1 100644 --- a/integration-test/src/test/java/com/reajason/javaweb/integration/tomcat/Tomcat8ContainerTest.java +++ b/integration-test/src/test/java/com/reajason/javaweb/integration/tomcat/Tomcat8ContainerTest.java @@ -55,6 +55,7 @@ public class Tomcat8ContainerTest { Server server = Server.Tomcat; List supportedShellTypes = List.of( ShellType.FILTER, + ShellType.SERVLET, ShellType.LISTENER, ShellType.VALVE, ShellType.WEBSOCKET,