mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 16:30:12 +02: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:
parent
093716c7d3
commit
9ea38e6348
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ public class RegistryConfigTest {
|
|||
|
||||
@Test
|
||||
public void test_clientSecretFilename() {
|
||||
RegistryConfigSettings unused = YamlUtils.getConfigSettings();
|
||||
// Verify that we're pulling this from the default.
|
||||
assertThat(RegistryConfig.getClientSecretFilename()).isEqualTo(
|
||||
"/google/registry/tools/resources/client_secret.json");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue