Add some other chars to test name

This commit is contained in:
Sebastiaan
2025-06-13 12:50:32 +02:00
parent 9538b9067c
commit 9b4d32ffff

View File

@@ -130,11 +130,11 @@ def init_db(session: Session) -> None:
event.add_user(user, PermissionRight.ADMIN, session=session)
team = session.exec(
select(Event).where(Team.theme_name == "Laaiend vuur 熾熱的火 🔥")
select(Event).where(Team.theme_name == "Lǎàǐend vuur 熾熱的火 🔥")
).first()
if not team:
team_in = TeamCreate(
theme_name="Laaiend vuur 熾熱的火 🔥",
theme_name="Lǎàǐend vuur 熾熱的火 🔥",
short_name="1",
event_id=event.id,
)