Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aydarng committed Nov 26, 2024
1 parent c40fd33 commit eabc475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regps/app/adapters/verifier_service_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def verify_cig_request(self, aid, cig, ser) -> requests.Response:
return res

def add_root_of_trust_request(self, aid, vlei) -> requests.Response:
logger.info(f"Add root of trust request")
logger.info("Add root of trust request")
logger.info(f"Posting to {self.add_rot_url}{aid}")
res = requests.post(f"{self.add_rot_url}{aid}", headers={"Content-Type": "application/json+cesr"}, data=vlei)
logger.info(f"Add root of trust response {json.dumps(res.json())}")
Expand Down

0 comments on commit eabc475

Please sign in to comment.