File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2068,10 +2068,10 @@ describe('auth', () => {
2068
2068
expect ( token ) . to . be . a ( 'object' ) ;
2069
2069
} ) ;
2070
2070
2071
- it ( 'key rotation use case' , async ( ) => {
2071
+ it . only ( 'key rotation use case' , async ( ) => {
2072
2072
const claimReq : CredentialRequest = {
2073
2073
credentialSchema :
2074
- 'https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json/kyc-nonmerklized .json' ,
2074
+ 'https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json/KYCAgeCredential-v4 .json' ,
2075
2075
type : 'KYCAgeCredential' ,
2076
2076
credentialSubject : {
2077
2077
id : userDID . string ( ) ,
@@ -2091,18 +2091,19 @@ describe('auth', () => {
2091
2091
2092
2092
const proofReq : ZeroKnowledgeProofRequest = {
2093
2093
id : 1 ,
2094
- circuitId : CircuitId . AtomicQuerySigV2 ,
2094
+ circuitId : CircuitId . AtomicQueryV3 ,
2095
2095
optional : false ,
2096
2096
query : {
2097
2097
allowedIssuers : [ '*' ] ,
2098
2098
type : claimReq . type ,
2099
2099
context :
2100
- 'https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-nonmerklized .jsonld' ,
2100
+ 'https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v4 .jsonld' ,
2101
2101
credentialSubject : {
2102
2102
documentType : {
2103
2103
$eq : 99
2104
2104
}
2105
- }
2105
+ } ,
2106
+ proofType : ProofType . BJJSignature
2106
2107
}
2107
2108
} ;
2108
2109
You can’t perform that action at this time.
0 commit comments