add env file

This commit is contained in:
2025-03-21 16:18:40 -03:00
parent d21144e045
commit 9d7ff8abf1
9 changed files with 28 additions and 31 deletions

View File

@@ -132,8 +132,7 @@ def dynamodb_seeds(dynamodb_client):
@pytest.fixture
def mock_app(monkeypatch):
monkeypatch.setattr('settings.ELASTIC_CONN', {'hosts': 'http://127.0.0.1:9200'})
def mock_app():
import app
return app