Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Rename keyloader for activitypub actor function
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Nov 23, 2023
1 parent b33895f commit 4ae03f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scitt_emulator/key_loader_format_activitypub_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@



def key_loader_format_url_referencing_activitypub_actor(
def key_loader_format_activitypub_actor(
unverified_issuer: str,
) -> List[Tuple[cwt.COSEKey, pycose.keys.ec2.EC2Key]]:
"""
Expand All @@ -42,7 +42,7 @@ def key_loader_format_url_referencing_activitypub_actor(
... self.wfile.write(contents)
>>>
>>> with httptest.Server(TestHTTPServer) as ts:
... len(key_loader_format_url_referencing_activitypub_actor(f"alice@{ts.url()[:-1]}"))
... len(key_loader_format_activitypub_actor(f"alice@{ts.url()[:-1]}"))
1
"""
jwk_keys = []
Expand Down

0 comments on commit 4ae03f9

Please sign in to comment.