mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 17:29:51 +00:00
Use HttpUrl and HttpUrl.Builder where possible.
This commit is contained in:
parent
e50098f092
commit
4f7bd832e6
79 changed files with 977 additions and 916 deletions
|
@ -35,12 +35,14 @@ 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(secretProperty("vgn.api_base")));
|
||||
super(new VgnProvider(HttpUrl.parse(secretProperty("vgn.api_base"))));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue