webmention/tests/test_does_not_accept_webmentions.py

4 lines
181 B
Python
Raw Normal View History

2023-11-22 22:02:08 +00:00
from webmention.main import does_not_accept_webmentions
async def test_finds_link_header():
assert not await does_not_accept_webmentions("https://aaronparecki.com/2023/10/28/15/")