config file is web only

This commit is contained in:
msramalho
2025-02-11 19:13:33 +00:00
parent f24f88c44b
commit 606e69587b
12 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
from unittest.mock import AsyncMock, MagicMock, patch
from fastapi.testclient import TestClient
import pytest
from app.shared.config import VERSION
from app.web.config import VERSION
from app.tests.web.db.test_crud import test_data

View File

@@ -2,7 +2,7 @@ from datetime import datetime
import json
from unittest.mock import MagicMock, patch
from app.shared.config import ALLOW_ANY_EMAIL
from app.web.config import ALLOW_ANY_EMAIL
from app.web.db import crud