From 7d4b6d742dd412befc3a5cbfdc7c1e125f80c568 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 1 Jul 2025 03:39:22 +0900 Subject: Omit Atom from Content-Type for browser compat --- tst/test_listen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tst/test_listen.py') diff --git a/tst/test_listen.py b/tst/test_listen.py index f0557d4..85c13f9 100644 --- a/tst/test_listen.py +++ b/tst/test_listen.py @@ -197,7 +197,7 @@ def equal_xml(a, b): async def check_feed(socket, base_url): """Check the Atom feed, its stylesheet, and entry pages.""" - feed = await fetch_xml(socket, base_url, 'application/atom+xml') + feed = await fetch_xml(socket, base_url, 'application/xml') await check_atom2xhtml(socket, f'{base_url}{__version__}.xslt') for entry in feed.findall('entry', ATOM_NAMESPACES): link = entry.find('link', ATOM_NAMESPACES).attrib -- cgit 1.4.1