Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit c832928

Browse files
committed
chore: ebsi-ct did update
1 parent b5a4525 commit c832928

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/jvmTest/kotlin/id/walt/oid4vc/EBSITestWallet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import java.util.*
3939
const val EBSI_WALLET_PORT = 8011
4040
const val EBSI_WALLET_BASE_URL = "http://localhost:${EBSI_WALLET_PORT}"
4141
const val EBSI_WALLET_TEST_KEY = "{\"kty\":\"EC\",\"d\":\"AENUGJiPF4zRlF1uXV1NTWE5zcQPz-8Ie8SGLdQugec\",\"use\":\"sig\",\"crv\":\"P-256\",\"kid\":\"de8aca52c110485a87fa6fda8d1f2f4e\",\"x\":\"hJ0hFBtp72j1V2xugQI51ernWY_vPXzXjnEg7A709Fc\",\"y\":\"-Mm1j5Zz1mWJU7Nqylk0_6qKjZ5fn6ddzziEFscQPhQ\",\"alg\":\"ES256\"}"
42-
const val EBSI_WALLET_TEST_DID = "did:key:z2dmzD81cgPx8Vki7JbuuMmFYrWPgYoytykUZ3eyqht1j9KbrksdXfcbvmhgF2h7YfpxWuywkXxDZ7ohTPNPTQpD39Rm9WiBWuEpvvgtfuPHtHi2wTEkZ95KC2ijUMUowyKMueaMhtA5bLYkt9k8Y8Gq4sm6PyTCHTxuyedMMrBKdRXNZS"
42+
const val EBSI_WALLET_TEST_DID = "did:key:z2dmzD81cgPx8Vki7JbuuMmFYrWPgYoytykUZ3eyqht1j9KbrvNZGYo92og84YugxANd6yfYsq43i85BTx7KDWzNwVVrNiuNmgSSrC11kbg9qg1sm6TJh7soF5vDAgGRBF3wScih9gUCcH7H8Nxd9GAG8hN4AmJnoEtkeUrFU18eb6wNpc"
4343
class EBSITestWallet(config: CredentialWalletConfig): OpenIDCredentialWallet<SIOPSession>(EBSI_WALLET_BASE_URL, config) {
4444
private val sessionCache = mutableMapOf<String, SIOPSession>()
4545
private val ktorClient = HttpClient(Java) {

src/jvmTest/kotlin/id/walt/oid4vc/EBSI_Conformance_Test.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import kotlinx.serialization.json.jsonPrimitive
2626

2727
class EBSI_Conformance_Test: StringSpec({
2828

29-
val VcTestsEnabled = true
29+
val VcTestsEnabled = false
3030
val VpTestsEnabled = false
3131

3232
val credentialOfferUrl = "https://api-conformance.ebsi.eu/conformance/v3/issuer-mock/initiate-credential-offer?credential_type="
@@ -121,7 +121,7 @@ class EBSI_Conformance_Test: StringSpec({
121121
val preAuthCredentialOfferRequest = getCredentialOfferRequest(url, clientId, credentialOfferRequestCall)
122122
val preAuthCredentialOffer = credentialWallet.resolveCredentialOffer(preAuthCredentialOfferRequest)
123123
val preAuthCredentialResponses = credentialWallet.executePreAuthorizedCodeFlow(
124-
preAuthCredentialOffer, credentialWallet.TEST_DID, ebsiClientConfig, "3818"
124+
preAuthCredentialOffer, credentialWallet.TEST_DID, ebsiClientConfig, "9511"
125125
)
126126
preAuthCredentialResponses.size shouldBe 1
127127
preAuthCredentialResponses[0].isSuccess shouldBe true

0 commit comments

Comments
 (0)