Skip to content

Commit a96c128

Browse files
author
lohanspies
committed
made a change to test OIDC controller issues
1 parent 14dc1a5 commit a96c128

File tree

1 file changed

+1
-1
lines changed
  • aries_cloudcontroller/controllers

1 file changed

+1
-1
lines changed

aries_cloudcontroller/controllers/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async def admin_POST(
9898
path,
9999
repr_json(response),
100100
)
101-
return response
101+
return response.json()
102102
except ClientError as e:
103103
self.log(f"Error during POST {path}: {str(e)}")
104104
raise

0 commit comments

Comments
 (0)