Skip to content

Commit

Permalink
Remove some redundant stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelOtter authored and snarfed committed Oct 23, 2023
1 parent 2f0c081 commit c0596da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions granary/tests/test_bluesky.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
'description': 'hi there',
}

POST_OBJ_AS = {

}

POST_AS = {
'objectType': 'activity',
'id': 'at://did/app.bsky.feed.post/tid',
Expand Down Expand Up @@ -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'],
Expand Down

0 comments on commit c0596da

Please sign in to comment.