mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 11:10:57 +02:00
Get rid of @Nullable on the injected client id
This allows us to inject an optional once, in FlowRunner, and inject a non-null value in the flows (not done yet, after this goes in). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133130485
This commit is contained in:
parent
99af33328d
commit
3978b4f169
3 changed files with 8 additions and 9 deletions
|
@ -123,7 +123,7 @@ public class FlowRunnerTest extends ShardableTestCase {
|
|||
|
||||
@Test
|
||||
public void testRun_reportingLogStatement_noClientId() throws Exception {
|
||||
flowRunner.clientId = null;
|
||||
flowRunner.clientId = "";
|
||||
flowRunner.run();
|
||||
assertThat(parseJsonMap(findLogMessageByPrefix(handler, "EPP-REPORTING-LOG-SIGNATURE: ")))
|
||||
.containsExactly(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue