about summary refs log tree commit diff
path: root/tst/test_listen.py
diff options
context:
space:
mode:
Diffstat (limited to 'tst/test_listen.py')
-rw-r--r--tst/test_listen.py2
1 files changed, 1 insertions, 1 deletions
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