mirror of
https://github.com/google/nomulus
synced 2026-05-12 19:01:49 +00:00
Revert unintentional no-op log handler attachment
This snuck in from [] but was just a vestige of when I was testing with the tests still in FlowRunner test and wanted to make sure they still passed with the logging moved to FlowReporter. Now that the tests are in FlowReporterTest and FlowReporter is mocked out here, attaching the handler to that logger is a no-op. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154601472
This commit is contained in:
@@ -72,7 +72,6 @@ public class FlowRunnerTest extends ShardableTestCase {
|
||||
@Before
|
||||
public void before() {
|
||||
Logger.getLogger(FlowRunner.class.getCanonicalName()).addHandler(handler);
|
||||
Logger.getLogger(FlowReporter.class.getCanonicalName()).addHandler(handler);
|
||||
flowRunner.clientId = "TheRegistrar";
|
||||
flowRunner.credentials = new PasswordOnlyTransportCredentials();
|
||||
flowRunner.eppRequestSource = EppRequestSource.UNIT_TEST;
|
||||
|
||||
Reference in New Issue
Block a user