mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
VGN: Add API base.
This commit is contained in:
parent
4f6da7336a
commit
35adb1c688
3 changed files with 6 additions and 4 deletions
|
@ -35,14 +35,12 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
import de.schildbach.pte.dto.QueryTripsResult;
|
||||
import de.schildbach.pte.dto.SuggestLocationsResult;
|
||||
|
||||
import okhttp3.HttpUrl;
|
||||
|
||||
/**
|
||||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class VgnProviderLiveTest extends AbstractProviderLiveTest {
|
||||
public VgnProviderLiveTest() {
|
||||
super(new VgnProvider(HttpUrl.parse(secretProperty("vgn.api_base"))));
|
||||
super(new VgnProvider());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# Secrets are needed to run some of the live tests.
|
||||
vgn.api_base =
|
||||
navitia.authorization =
|
||||
bvg.api_authorization =
|
||||
vbn.api_authorization =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue