mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-09-20 04:34:41 -04:00
tests: Fix a typo in the fixtures.
This commit is contained in:
parent
120355982b
commit
b7cc1d60f3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue