mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
fix: Recipe comments display a username/id rather than … (#4726)
Co-authored-by: Kuchenpirat <jojow@gmx.net> Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
376c14be9a
commit
4b992afc67
6 changed files with 10 additions and 1 deletions
1
tests/fixtures/fixture_admin.py
vendored
1
tests/fixtures/fixture_admin.py
vendored
|
@ -48,6 +48,7 @@ def admin_user(session: Session, api_client: TestClient):
|
|||
user_id=user_id,
|
||||
password=settings._DEFAULT_PASSWORD,
|
||||
username=user_data.get("username"),
|
||||
full_name=user_data.get("fullName"),
|
||||
email=user_data.get("email"),
|
||||
token=token,
|
||||
repos=get_repositories(session, group_id=group_id, household_id=household_id),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue