actor max length

This commit is contained in:
phiresky 2024-07-15 19:48:47 +02:00
parent c32d05c54e
commit 481e39b4aa

View file

@ -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);