mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +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
|
@ -32,7 +32,6 @@ import static org.mockito.Mockito.when;
|
|||
|
||||
import com.google.common.collect.ImmutableSet;
|
||||
import com.google.common.net.MediaType;
|
||||
import google.registry.config.RegistryConfig.LocalTestConfig;
|
||||
import google.registry.model.registry.Registry;
|
||||
import google.registry.model.registry.label.ReservedList;
|
||||
import google.registry.request.Response;
|
||||
|
@ -65,7 +64,7 @@ public class ExportReservedTermsActionTest {
|
|||
ExportReservedTermsAction action = new ExportReservedTermsAction();
|
||||
action.response = response;
|
||||
action.driveConnection = driveConnection;
|
||||
action.exportUtils = new ExportUtils(LocalTestConfig.RESERVED_TERMS_TEST_EXPORT_DISCLAIMER);
|
||||
action.exportUtils = new ExportUtils("This is a disclaimer.\n");
|
||||
action.tld = tld;
|
||||
action.run();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue