Skip to content

Commit

Permalink
[hotfix] Let HistoryServerStaticFileServerHandlerTest extend TestLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Mar 5, 2021
1 parent 0341958 commit 31e7477
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.apache.flink.configuration.Configuration;
import org.apache.flink.runtime.rest.handler.router.Router;
import org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap;
import org.apache.flink.util.TestLogger;

import org.junit.Assert;
import org.junit.Rule;
Expand All @@ -35,7 +36,7 @@
import static org.hamcrest.core.Is.is;

/** Tests for the HistoryServerStaticFileServerHandler. */
public class HistoryServerStaticFileServerHandlerTest {
public class HistoryServerStaticFileServerHandlerTest extends TestLogger {

@Rule public TemporaryFolder tmp = new TemporaryFolder();

Expand Down

0 comments on commit 31e7477

Please sign in to comment.