Fixed ContextTest

This commit is contained in:
Luca Frosini 2023-02-09 17:57:59 +01:00
parent 91e3f790cd
commit 196907d4de
1 changed files with 2 additions and 2 deletions

View File

@ -72,12 +72,12 @@ public class ContextTest {
clientID = properties.getProperty(CLIENT_ID_PROPERTY_KEY);
clientSecret = properties.getProperty(CLIENT_SECRET_PROPERTY_KEY);
RESOURCE_REGISTRY_URL = properties.getProperty(RESOURCE_REGISTRY_URL_PROPERTY);
} catch (IOException e) {
throw new RuntimeException(e);
}
RESOURCE_REGISTRY_URL = properties.getProperty(RESOURCE_REGISTRY_URL_PROPERTY);
}
public static void set(Secret secret) throws Exception {