mirror of
https://github.com/aserper/masto-rss.git
synced 2025-12-17 13:25:25 +00:00
chore: replace flake8 and black with ruff
This commit is contained in:
@@ -65,9 +65,7 @@ class TestRSSFeedIntegration(unittest.TestCase):
|
||||
"""Test parsing Atom feeds"""
|
||||
# Create mock Atom feed object
|
||||
mock_feed = Mock()
|
||||
mock_feed.entries = [
|
||||
{"title": "Atom Article", "link": "https://example.com/atom1"}
|
||||
]
|
||||
mock_feed.entries = [{"title": "Atom Article", "link": "https://example.com/atom1"}]
|
||||
mock_parse.return_value = mock_feed
|
||||
|
||||
mock_instance = Mock()
|
||||
|
||||
Reference in New Issue
Block a user