Move secrets for live tests into a property file, so missing that file won't fail the build.

This commit is contained in:
Andreas Schildbach 2015-12-19 12:20:54 +01:00
parent 6c1ee94b91
commit 7e172d2aaf
8 changed files with 33 additions and 34 deletions

View file

@ -31,7 +31,7 @@ public class ParisProviderLiveTest extends AbstractNavitiaProviderLiveTest
{
public ParisProviderLiveTest()
{
super(new ParisProvider(Secrets.NAVITIA_AUTHORIZATION));
super(new ParisProvider(secretProperty("navitia.authorization")));
}
@Test