Skip to content

Commit

Permalink
remove unneeded test data element
Browse files Browse the repository at this point in the history
  • Loading branch information
isnbh0 committed Dec 21, 2024
1 parent c2a518c commit f97d411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion granary/tests/test_rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def test_author_string_id(self):
got = rss.from_as1([{
'content': 'foo bar',
'author': 'tag:bob', # should be ignored for RSS
'email': '[email protected]',
}], feed_url='http://this')
self.assertNotRegex(got, r'<author>.*</author>')

Expand Down

0 comments on commit f97d411

Please sign in to comment.