mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fix failing test
This commit is contained in:
parent
7214c96fd1
commit
ae5a6d1a81
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from app_config import TEMP_DIR
|
||||||
import pytest
|
import pytest
|
||||||
from services.image_services import IMG_DIR
|
from services.image_services import IMG_DIR
|
||||||
from services.migrations.nextcloud import (
|
from services.migrations.nextcloud import (
|
||||||
|
@ -12,7 +12,7 @@ from services.recipe_services import Recipe
|
||||||
|
|
||||||
CWD = Path(__file__).parent
|
CWD = Path(__file__).parent
|
||||||
NEXTCLOUD_DIR = CWD.parent.joinpath("data", "nextcloud_recipes")
|
NEXTCLOUD_DIR = CWD.parent.joinpath("data", "nextcloud_recipes")
|
||||||
TEMP_NEXTCLOUD = CWD.parent.parent.joinpath("data", "temp", "nextcloud")
|
TEMP_NEXTCLOUD = TEMP_DIR.joinpath("nextcloud")
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue