diff --git a/granary/tests/test_bluesky.py b/granary/tests/test_bluesky.py index 847d0d3b..afe30f5b 100644 --- a/granary/tests/test_bluesky.py +++ b/granary/tests/test_bluesky.py @@ -58,10 +58,6 @@ 'description': 'hi there', } -POST_OBJ_AS = { - -} - POST_AS = { 'objectType': 'activity', 'id': 'at://did/app.bsky.feed.post/tid', @@ -1040,9 +1036,7 @@ def test_get_activities_with_replies(self, mock_get): @patch('requests.get') def test_get_comment(self, mock_get): mock_get.return_value = requests_response({ - '$type': 'app.bsky.feed.defs#threadViewPost', 'thread': THREAD_BSKY, - 'replies': [REPLY_BSKY], }) self.assert_equals(POST_AUTHOR_PROFILE_AS['object'],