feat: Add title to bluesky

This commit is contained in:
Daniel Lemos 2025-03-22 23:38:37 -03:00
commit c40557ff32
2 changed files with 5 additions and 1 deletions

View file

@ -61,3 +61,7 @@ def test_share_post(tmp_folder):
share_links["reddit"]
== "https://www.reddit.com/submit?url=/test-post.html&title=Test%20post"
)
assert (
share_links["bluesky"] == "https://bsky.app/intent/compose?text=Test%20post%20/test-post.html"
)