Skip to content

Commit 7790c97

Browse files
authored
test: fixes sdjwt test + update properties example (#213)
Signed-off-by: Allain Magyar <[email protected]>
1 parent 5ccc816 commit 7790c97

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

E2E/Tests/Resources/properties.plist.example

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
<string></string>
99
<key>APIKEY</key>
1010
<string></string>
11-
<key>PUBLISHED_DID</key>
11+
<key>PUBLISHED_SECP256K1_DID</key>
1212
<string></string>
13-
<key>JWT_SCHEMA_GUID</key>
13+
<key>PUBLISHED_ED25519_DID</key>
1414
<string></string>
15+
<key>JWT_SCHEMA_GUID</key>
16+
<string></string>
17+
<key>SDJWT_SCHEMA_GUID</key>
18+
<string></string>
1519
<key>ANONCRED_DEFINITION_GUID</key>
1620
<string></string>
1721
</dict>

E2E/Tests/Source/Steps/EdgeAgentSteps.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class EdgeAgentSteps: Steps {
213213

214214
try await EdgeAgentWorkflow.initiatePresentationRequest(
215215
edgeAgent: verifierAgent,
216-
credentialType: CredentialType.jwt,
216+
credentialType: CredentialType.sdjwt,
217217
toDid: holderDid,
218218
claims: claims
219219
)

0 commit comments

Comments
 (0)