mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 03:28:47 +00:00
parent
915538f069
commit
10136ed084
4 changed files with 32 additions and 12 deletions
|
@ -32,6 +32,7 @@ import java.util.Random;
|
|||
import java.util.Set;
|
||||
import java.util.TreeSet;
|
||||
|
||||
import com.google.common.io.BaseEncoding;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -58,8 +59,10 @@ import de.schildbach.pte.dto.TripOptions;
|
|||
* @author Michael Dyrna
|
||||
*/
|
||||
public class VrsProviderLiveTest extends AbstractProviderLiveTest {
|
||||
private static final BaseEncoding BASE64 = BaseEncoding.base64();
|
||||
|
||||
public VrsProviderLiveTest() {
|
||||
super(new VrsProvider());
|
||||
super(new VrsProvider(BASE64.decode(secretProperty("vrs.client_certificate"))));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
@ -32,3 +32,4 @@ se.api_authorization =
|
|||
lu.api_authorization =
|
||||
bart.api_authorization =
|
||||
cmta.api_authorization =
|
||||
vrs.client_certificate =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue