4 lines
181 B
Python
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/") |