Skip to content

Commit

Permalink
Update anoncreds get cred defs response in integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Dec 29, 2023
1 parent 4b15998 commit 40e6bf1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions demo/runners/support/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,7 @@ async def fetch_cred_defs(
return cred_defs_saved
elif wallet_type == WALLET_TYPE_ANONCREDS:
cred_defs_saved = await self.admin_GET("/anoncreds/credential-definitions")
return {
"credential_definition_ids": cred_defs_saved,
}
return cred_defs_saved
else:
raise Exception("Invalid wallet_type: " + str(wallet_type))

Expand Down

0 comments on commit 40e6bf1

Please sign in to comment.