Skip to content

Commit

Permalink
jhsdkjfhsdkjf
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed Sep 2, 2024
1 parent b3c8245 commit 503277a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import E2ETest.Companion.sdjwtCredential
import id.walt.issuer.issuance.IssuanceRequest
import id.walt.oid4vc.data.dif.PresentationDefinition
import id.walt.webwallet.db.models.WalletCredential
import id.walt.webwallet.web.controllers.UsePresentationRequest
import io.ktor.client.statement.*
import id.walt.webwallet.web.controllers.exchange.UsePresentationRequest
import io.ktor.http.*
import io.ktor.server.util.*
import kotlinx.coroutines.test.runTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class ExchangeExternalSignatures {

private suspend fun issueCredentialToWallet() {
lateinit var offerURL: String
issuerApi.issue(
issuerApi.jwt(
Json.decodeFromString<IssuanceRequest>(loadResource("issuance/openbadgecredential-issuance-request.json"))
) {
offerURL = it
Expand Down

0 comments on commit 503277a

Please sign in to comment.