mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
Fix test
This commit is contained in:
parent
eb3b32368d
commit
fae7b9f8bb
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def test_update_user_image(
|
||||||
|
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
|
||||||
directory = app_dirs.USER_DIR.joinpath("1")
|
directory = app_dirs.USER_DIR.joinpath("2")
|
||||||
assert directory.joinpath("profile_image.png").is_file()
|
assert directory.joinpath("profile_image.png").is_file()
|
||||||
|
|
||||||
# Old profile images are removed
|
# Old profile images are removed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue