Fixed ContextTest
This commit is contained in:
parent
91e3f790cd
commit
196907d4de
|
@ -72,12 +72,12 @@ public class ContextTest {
|
||||||
clientID = properties.getProperty(CLIENT_ID_PROPERTY_KEY);
|
clientID = properties.getProperty(CLIENT_ID_PROPERTY_KEY);
|
||||||
clientSecret = properties.getProperty(CLIENT_SECRET_PROPERTY_KEY);
|
clientSecret = properties.getProperty(CLIENT_SECRET_PROPERTY_KEY);
|
||||||
|
|
||||||
|
RESOURCE_REGISTRY_URL = properties.getProperty(RESOURCE_REGISTRY_URL_PROPERTY);
|
||||||
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
RESOURCE_REGISTRY_URL = properties.getProperty(RESOURCE_REGISTRY_URL_PROPERTY);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void set(Secret secret) throws Exception {
|
public static void set(Secret secret) throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue