mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 22:01:19 +00:00
actor max length
This commit is contained in:
parent
c32d05c54e
commit
481e39b4aa
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ test("Create user with Arabic name", async () => {
|
|||
let user = await registerUser(
|
||||
alpha,
|
||||
alphaUrl,
|
||||
"تجريب" + Math.random().toString().slice(2),
|
||||
"تجريب" + Math.random().toString().slice(2, 10), // less than actor_name_max_length
|
||||
);
|
||||
|
||||
let site = await getSite(user);
|
||||
|
|
Loading…
Reference in a new issue