You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-161 Check if WebJarHandler is already registered (#166)
* Resolved#161 by checking first if a webjarhandler is registered
* Addressed PR comment and expanded unit test
* GH-166 Code review
---------
Co-authored-by: dzikoysk <[email protected]>
Copy file name to clipboardExpand all lines: javalin-plugins/javalin-swagger-plugin/src/test/kotlin/io/javalin/openapi/plugin/swagger/SwaggerPluginTest.kt
+97-1Lines changed: 97 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,4 +68,100 @@ internal class SwaggerPluginTest {
68
68
}
69
69
}
70
70
71
-
}
71
+
@Test
72
+
fun`should not fail if second swagger plugin is registered`(){
0 commit comments