Skip to content

Commit

Permalink
Unused
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Jun 18, 2024
1 parent 6f7e324 commit f48fa22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oidc-controller/api/core/acapy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def oob_create_invitation(
json=create_invitation_payload,
)

# TODO: Determine if this should assert it received a json object
assert resp_raw.status_code == 200, resp_raw.content

resp = json.loads(resp_raw.content)
Expand Down

0 comments on commit f48fa22

Please sign in to comment.