Skip to content

Commit 474b1cc

Browse files
author
lohanspies
committed
remove OIDC test. it breaks the controller completely
1 parent c174c7b commit 474b1cc

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.json()
101+
return response
102102
except ClientError as e:
103103
self.log(f"Error during POST {path}: {str(e)}")
104104
raise

0 commit comments

Comments
 (0)