Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4598#discussion_r139621374
--- Diff:
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/RedirectHandlerTest.java
---
@@ -108,7 +106,7 @@ public void testRedirectHandler() throws Exception {
HttpTestClient.SimpleHttpResponse response =
httpClient.getNextResponse(FutureUtils.toFiniteDuration(timeout));
-
Assert.assertEquals(HttpResponseStatus.SERVICE_UNAVAILABLE,
response.getStatus());
+
Assert.assertEquals(HttpResponseStatus.INTERNAL_SERVER_ERROR,
response.getStatus());
--- End diff --
the comment above is now outdated
---