diff --git a/pelican/plugins/share_post/test_share_post.py b/pelican/plugins/share_post/test_share_post.py index acb23bd..5ff33f9 100644 --- a/pelican/plugins/share_post/test_share_post.py +++ b/pelican/plugins/share_post/test_share_post.py @@ -63,5 +63,6 @@ def test_share_post(tmp_folder): ) assert ( - share_links["bluesky"] == "https://bsky.app/intent/compose?text=Test%20post%20/test-post.html" + share_links["bluesky"] + == "https://bsky.app/intent/compose?text=Test%20post%20/test-post.html" )