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
Copy file name to clipboardExpand all lines: openapi-validation-core/src/test/java/com/getyourguide/openapi/validation/core/OpenApiRequestValidatorTest.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public void testWhenThreadPoolExecutorRejectsExecutionThenItShouldNotThrow() {
64
64
65
65
@Nested
66
66
@DisplayName("validateRequestObject")
67
-
classValidateRequestObjectTests {
67
+
publicclassValidateRequestObjectTests {
68
68
69
69
@Test
70
70
@DisplayName("When encoded query param is passed then validation should happen with query param decoded")
@@ -84,7 +84,6 @@ public void testWhenEncodedQueryParamIsPassedThenValidationShouldHappenWithQuery
84
84
@Test
85
85
@DisplayName("When violation is excluded then it should not be returned")
0 commit comments