webmention/tests/test_does_not_accept_webmentions.py
2023-11-22 16:02:08 -06:00

4 lines
181 B
Python

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/")