diff --git a/test/test_parsing.py b/test/test_parsing.py index f5f7feb..3b2eace 100644 --- a/test/test_parsing.py +++ b/test/test_parsing.py @@ -194,6 +194,8 @@ PARSABLE_SOCIAL_IDS_COMBINED: list[tuple[str, object, str | None]] = [ ('https://mastodon.example.org/testtest', SocialSiteId.MASTODON_PAGE, None), # Feeds ('https://example.org/main.atom', SocialSiteId.RSS_FEED, None), + # Bluesky + ('https://bsky.app/profile/bsky.app', SocialSiteId.BLUESKY_PROFILE, 'bsky.app'), ] NOT_PARSABLE = [