Merge branch 'devel' into 'master'

Merge devel for updating the Bluesky test handles

See merge request oliver/ivatar!244
This commit is contained in:
Oliver Falk
2025-05-06 14:25:41 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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):
"""

View File

@@ -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"],