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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user