mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
Remove former profile image upon new upload (#381)
* Remove former profile image upon new upload * Fix test
This commit is contained in:
@@ -47,8 +47,13 @@ def api_routes():
|
||||
|
||||
|
||||
@fixture(scope="session")
|
||||
def test_image():
|
||||
return TEST_DATA.joinpath("test_image.jpg")
|
||||
def test_image_jpg():
|
||||
return TEST_DATA.joinpath("images", "test_image.jpg")
|
||||
|
||||
|
||||
@fixture(scope="session")
|
||||
def test_image_png():
|
||||
return TEST_DATA.joinpath("images", "test_image.png")
|
||||
|
||||
|
||||
@fixture(scope="session")
|
||||
|
||||
Reference in New Issue
Block a user