Skip to content

Commit feb60be

Browse files
committed
[#4722] fix test assertion formatting issue
1 parent 5d3cc42 commit feb60be

File tree

1 file changed

+1
-1
lines changed
  • handlers/handler-publickey-auth/src/test/java/org/apache/servicecomb/authentication/provider

1 file changed

+1
-1
lines changed

handlers/handler-publickey-auth/src/test/java/org/apache/servicecomb/authentication/provider/TestPathCheckUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void testExcludePathWithBasePathAndExactMatch() {
4949
.thenReturn("/api/v1/public");
5050

5151
String fullPath = SwaggerUtils.concatAbsolutePath(swagger, "/public");
52-
assertTrue(PathCheckUtils.isNotRequiredAuth(fullPath, environment),
52+
assertTrue(PathCheckUtils.isNotRequiredAuth(fullPath, environment),
5353
"Should not require auth for excluded path with exact match");
5454
}
5555

0 commit comments

Comments
 (0)