We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9ea8c commit d654094Copy full SHA for d654094
gateway-ha/src/test/java/io/trino/gateway/ha/handler/TestRoutingTargetHandler.java
@@ -81,10 +81,9 @@ private HttpServletRequest prepareMockRequest()
81
82
// Set up header names enumeration
83
List<String> headerNames = List.of(
84
- USER_HEADER,
85
- "Authorization",
86
- "Cookie"
87
- );
+ USER_HEADER,
+ "Authorization",
+ "Cookie");
88
when(mockRequest.getHeaderNames()).thenReturn(Collections.enumeration(headerNames));
89
90
// Set up individual header values
0 commit comments