@@ -20,7 +20,6 @@ import org.junit.jupiter.params.provider.ValueSource
20
20
class GetRoutesTest {
21
21
private val testParametersMap =
22
22
mapOf (
23
- " aap" to TestParameters (" http://aap.test" ),
24
23
" meldekort" to TestParameters (" http://meldekort.test" ),
25
24
" utkast" to TestParameters (" http://utkast.test" ),
26
25
" personalia" to TestParameters (" http://personalia.test" ),
@@ -39,7 +38,7 @@ class GetRoutesTest {
39
38
40
39
41
40
@ParameterizedTest
42
- @ValueSource(strings = [" aap " , " utkast" , " meldekort" , " selector" , " aia" ])
41
+ @ValueSource(strings = [ " utkast" , " meldekort" , " selector" , " aia" ])
43
42
fun `proxy get api` (tjenestePath : String ) = testApplication {
44
43
val applicationhttpClient = testApplicationHttpClient()
45
44
val proxyHttpClient = ProxyHttpClient (applicationhttpClient, tokendigsMock, azureMock)
@@ -192,8 +191,6 @@ class GetRoutesTest {
192
191
193
192
private fun externalContentFetcher (proxyHttpClient : ProxyHttpClient ) = ExternalContentFetcher (
194
193
proxyHttpClient = proxyHttpClient,
195
- aapBaseUrl = testParametersMap.getParameters(" aap" ).baseUrl,
196
- aapClientId = " aap" ,
197
194
meldekortClientId = " meldekort" ,
198
195
meldekortBaseUrl = testParametersMap.getParameters(" meldekort" ).baseUrl,
199
196
aiaBaseUrl = testParametersMap.getParameters(" aia" ).baseUrl,
0 commit comments