From 771a386bf49d3e8fb77410accc270b5eb607fd2a Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Tue, 6 May 2025 13:17:31 +0200 Subject: [PATCH] Change to the libravatar handle --- ivatar/ivataraccount/test_views_bluesky.py | 2 +- ivatar/test_views.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ivatar/ivataraccount/test_views_bluesky.py b/ivatar/ivataraccount/test_views_bluesky.py index bf40449..5909a17 100644 --- a/ivatar/ivataraccount/test_views_bluesky.py +++ b/ivatar/ivataraccount/test_views_bluesky.py @@ -41,7 +41,7 @@ class Tester(TestCase): # pylint: disable=too-many-public-methods openid = "http://%s.%s.%s/" % (username, random_string(), "org") first_name = random_string() last_name = random_string() - bsky_test_account = "ofalk.bsky.social" + bsky_test_account = "libravatar.org" def login(self): """ diff --git a/ivatar/test_views.py b/ivatar/test_views.py index 94c5110..582539b 100644 --- a/ivatar/test_views.py +++ b/ivatar/test_views.py @@ -103,8 +103,8 @@ class Tester(TestCase): # pylint: disable=too-many-public-methods if BLUESKY_APP_PASSWORD and BLUESKY_IDENTIFIER: b = Bluesky() - profile = b.get_profile("ofalk.bsky.social") - self.assertEqual(profile["handle"], "ofalk.bsky.social") + profile = b.get_profile("libravatar.org") + self.assertEqual(profile["handle"], "libravata.org") # As long as I don't change my avatar, this should stay the same self.assertEqual( profile["avatar"],