mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
Remove unnecessary line to load configs
Remove line that loads RegistryConfigSettings from RegistryConfigTest. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148236844
This commit is contained in:
@@ -27,7 +27,6 @@ public class RegistryConfigTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test_clientSecretFilename() {
|
public void test_clientSecretFilename() {
|
||||||
RegistryConfigSettings unused = YamlUtils.getConfigSettings();
|
|
||||||
// Verify that we're pulling this from the default.
|
// Verify that we're pulling this from the default.
|
||||||
assertThat(RegistryConfig.getClientSecretFilename()).isEqualTo(
|
assertThat(RegistryConfig.getClientSecretFilename()).isEqualTo(
|
||||||
"/google/registry/tools/resources/client_secret.json");
|
"/google/registry/tools/resources/client_secret.json");
|
||||||
|
|||||||
Reference in New Issue
Block a user