mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
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:
parent
4031988409
commit
61230b035c
12 changed files with 92 additions and 60 deletions
|
@ -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()))));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue