Mangle RSS and Atom feeds
[catagits/Gitalist.git] / t / atom.t
index 726a9c5..13c835f 100644 (file)
--- a/t/atom.t
+++ b/t/atom.t
@@ -5,7 +5,7 @@ use TestGitalist;
 
 my $res = request('/repo1/atom');
 ok $res->is_success;
-
+is $res->content_type, 'application/atom+xml';
 TODO: {
     local $TODO = "Does not work yet. Need similar info to RSS feed";
     like $res->content, qr{link>http://localhost/repo1</link};