mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
Move secrets for live tests into a property file, so missing that file won't fail the build.
This commit is contained in:
parent
6c1ee94b91
commit
7e172d2aaf
8 changed files with 33 additions and 34 deletions
|
@ -31,7 +31,7 @@ public class ParisProviderLiveTest extends AbstractNavitiaProviderLiveTest
|
|||
{
|
||||
public ParisProviderLiveTest()
|
||||
{
|
||||
super(new ParisProvider(Secrets.NAVITIA_AUTHORIZATION));
|
||||
super(new ParisProvider(secretProperty("navitia.authorization")));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue