1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 14:05:44 +00: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:
cgoldfeder
2016-09-14 08:35:36 -07:00
committed by Ben McIlwain
parent 99af33328d
commit 3978b4f169
3 changed files with 8 additions and 9 deletions

View File

@@ -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(