Skip to content

Commit

Permalink
test: updates client and fixes endpoint (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Moussa <ahmed.moussa@iohk.io>
Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
  • Loading branch information
amagyar-iohk and hamada147 committed May 13, 2024
1 parent 1f04cb0 commit be6734a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/end-to-end/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ repositories {
}

dependencies {
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:2.6.0")
testImplementation("io.iohk.atala.prism:prism-kotlin-client:1.19.1")
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:2.7.0")
testImplementation("io.iohk.atala.prism:prism-kotlin-client:1.28.0")
testImplementation("io.iohk.atala:atala-automation:0.3.0")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ object Environment {
version = "1.0.0",
tag = "automation-test",
author = publishedDid,
schemaId = "${agentUrl}/schema-registry/schemas/${newSchemaGuid}",
schemaId = "${agentUrl}/schema-registry/schemas/${newSchemaGuid}/schema",
signatureType = "CL",
supportRevocation = true,
description = "Test Automation Auto-Generated"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data class JwtSchema (
@SerializedName("\$schema")
var schema: String = "",

@SerializedName("\$description")
@SerializedName("description")
var description: String = "",

@SerializedName("type")
Expand Down

0 comments on commit be6734a

Please sign in to comment.