mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
tests: Fix a typo in the fixtures.
This commit is contained in:
parent
120355982b
commit
b7cc1d60f3
@ -38,7 +38,7 @@ class Provider(BaseProvider):
|
||||
def avatar_url(self):
|
||||
return "mxc://{}/{}#auto".format(
|
||||
faker.hostname(),
|
||||
"".join(choice(ascii_letters) for i in range(24))
|
||||
"".join(choices(ascii_letters) for i in range(24))
|
||||
)
|
||||
|
||||
def olm_key_pair(self):
|
||||
|
Loading…
Reference in New Issue
Block a user