Skip to content

Commit

Permalink
add empty kid value for bbs tests
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Sep 20, 2024
1 parent 3e07092 commit 1a752bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/vc/tests/test_bbs_mattr_interop.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ async def asyncSetUp(self):
"verkey": public_key_base58,
"metadata": {},
"key_type": BLS12381G2,
"kid": None,
}

self.signature_issuer_suite = BbsBlsSignature2020(
Expand Down

0 comments on commit 1a752bb

Please sign in to comment.