1
0
Fork 0

Adds test to catch notification error

This commit is contained in:
Mouse Reeve 2022-07-09 12:28:47 -07:00
parent a7553c0b8c
commit c092d952bd
2 changed files with 12 additions and 1 deletions

View file

@ -15,7 +15,7 @@ from .helpers import (
handle_remote_webfinger,
subscribe_remote_webfinger,
WebFingerError,
is_api_request
is_api_request,
)