From f57fc143614a6bfd5fd0ea56c5cd634b6d7b8c94 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 9 Nov 2024 16:02:59 +0100 Subject: [PATCH] Test that bluesky parsing works --- test/test_parsing.py | 2 ++ 1 file changed, 2 insertions(+) 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 = [