mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Remove useless createdRepoId from logging
It is no longer needed since we don't do log-replay and it's annoying to support in the flat flows. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135805088
This commit is contained in:
parent
2d518ed666
commit
c59227bb76
5 changed files with 0 additions and 35 deletions
|
@ -69,7 +69,6 @@ public class FlowRunnerTest extends ShardableTestCase {
|
|||
|
||||
final EppOutput eppOutput = mock(EppOutput.class);
|
||||
EppResponse eppResponse = mock(EppResponse.class);
|
||||
when(eppResponse.getCreatedRepoId()).thenReturn("foo");
|
||||
when(eppResponse.getExecutionTime()).thenReturn(new DateTime(1337));
|
||||
when(eppOutput.getResponse()).thenReturn(eppResponse);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue