Finish YAMLification of last necessary config values

There are still some options in RegistryConfig that can't be configured
in YAML, but it's not clear why anyone would need to change them from
their default values.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=146482435
This commit is contained in:
mcilwain 2017-02-03 09:28:29 -08:00 committed by Ben McIlwain
parent 4031988409
commit 61230b035c
12 changed files with 92 additions and 60 deletions

View file

@ -31,7 +31,7 @@ public class HelloFlowTest extends FlowTestCase<HelloFlow> {
runFlowAssertResponse(
loadFileWithSubstitutions(
getClass(),
"greeting_crr.xml",
"greeting.xml",
ImmutableMap.of("DATE", clock.nowUtc().toString(dateTimeNoMillis()))));
}
}