mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-13 11:46:22 +00:00
Merge branch 'devel' into 'master'
Merge devel for updating the Bluesky test handles See merge request oliver/ivatar!244
This commit is contained in:
@@ -41,7 +41,7 @@ class Tester(TestCase): # pylint: disable=too-many-public-methods
|
|||||||
openid = "http://%s.%s.%s/" % (username, random_string(), "org")
|
openid = "http://%s.%s.%s/" % (username, random_string(), "org")
|
||||||
first_name = random_string()
|
first_name = random_string()
|
||||||
last_name = random_string()
|
last_name = random_string()
|
||||||
bsky_test_account = "ofalk.bsky.social"
|
bsky_test_account = "libravatar.org"
|
||||||
|
|
||||||
def login(self):
|
def login(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -103,8 +103,8 @@ class Tester(TestCase): # pylint: disable=too-many-public-methods
|
|||||||
|
|
||||||
if BLUESKY_APP_PASSWORD and BLUESKY_IDENTIFIER:
|
if BLUESKY_APP_PASSWORD and BLUESKY_IDENTIFIER:
|
||||||
b = Bluesky()
|
b = Bluesky()
|
||||||
profile = b.get_profile("ofalk.bsky.social")
|
profile = b.get_profile("libravatar.org")
|
||||||
self.assertEqual(profile["handle"], "ofalk.bsky.social")
|
self.assertEqual(profile["handle"], "libravata.org")
|
||||||
# As long as I don't change my avatar, this should stay the same
|
# As long as I don't change my avatar, this should stay the same
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
profile["avatar"],
|
profile["avatar"],
|
||||||
|
|||||||
Reference in New Issue
Block a user