Add some other chars to test name
This commit is contained in:
@@ -130,11 +130,11 @@ def init_db(session: Session) -> None:
|
|||||||
event.add_user(user, PermissionRight.ADMIN, session=session)
|
event.add_user(user, PermissionRight.ADMIN, session=session)
|
||||||
|
|
||||||
team = session.exec(
|
team = session.exec(
|
||||||
select(Event).where(Team.theme_name == "Laaiend vuur 熾熱的火 🔥")
|
select(Event).where(Team.theme_name == "Lǎàǐend vuur 熾熱的火 🔥")
|
||||||
).first()
|
).first()
|
||||||
if not team:
|
if not team:
|
||||||
team_in = TeamCreate(
|
team_in = TeamCreate(
|
||||||
theme_name="Laaiend vuur 熾熱的火 🔥",
|
theme_name="Lǎàǐend vuur 熾熱的火 🔥",
|
||||||
short_name="1",
|
short_name="1",
|
||||||
event_id=event.id,
|
event_id=event.id,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user