Skip to content

Commit

Permalink
Load issuer config for test
Browse files Browse the repository at this point in the history
  • Loading branch information
waltkb committed Oct 23, 2023
1 parent 446ab66 commit 6c274f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions waltid-issuer/config/issuer-service.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
baseUrl = "localhost:7000"
2 changes: 2 additions & 0 deletions waltid-issuer/src/test/kotlin/id/walt/OidcTest.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package id.walt

import id.walt.issuer.CIProvider
import id.walt.issuer.base.config.ConfigManager
import id.walt.oid4vc.data.CredentialOffer
import id.walt.oid4vc.requests.CredentialOfferRequest
import kotlin.test.Test
Expand All @@ -10,6 +11,7 @@ class OidcTest {

@Test
fun x() {
ConfigManager.loadConfigs(emptyArray())
val ciTestProvider = CIProvider()


Expand Down

0 comments on commit 6c274f2

Please sign in to comment.