mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-09-22 13:44:44 -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):
|
def avatar_url(self):
|
||||||
return "mxc://{}/{}#auto".format(
|
return "mxc://{}/{}#auto".format(
|
||||||
faker.hostname(),
|
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):
|
def olm_key_pair(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue