From 797e31f8ea67097172503b675863df14b5372a81 Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Tue, 8 Oct 2019 15:29:30 +0100 Subject: [PATCH] Test for headers takes account of Atom advertisement --- chapeau/tests/test_headers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chapeau/tests/test_headers.py b/chapeau/tests/test_headers.py index b2c12c4..cdb9907 100644 --- a/chapeau/tests/test_headers.py +++ b/chapeau/tests/test_headers.py @@ -31,6 +31,9 @@ class TestHeaders(TestCase): 'acct%3Aalice%40testserver>; rel="lrdd"; '+\ 'type="application/xrd+xml"', + '; '+\ + 'rel="alternate"; type="application/atom+xml"', + '; '+\ 'rel="alternate"; type="application/activity+json"', ])