From 9ea38e6348e68ba5061d1ef22db6cdfc0d2e93bc Mon Sep 17 00:00:00 2001 From: mmuller Date: Wed, 22 Feb 2017 10:30:48 -0800 Subject: [PATCH] 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 --- javatests/google/registry/config/RegistryConfigTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/javatests/google/registry/config/RegistryConfigTest.java b/javatests/google/registry/config/RegistryConfigTest.java index b1dcb24e6..6faaddf29 100644 --- a/javatests/google/registry/config/RegistryConfigTest.java +++ b/javatests/google/registry/config/RegistryConfigTest.java @@ -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");