* Add APM
* Fix unit tests
* Remove apm.py
* Add SonarCloud recommendations
* SonarCloud python:S6890
This commit is contained in:
2024-04-21 16:17:00 +01:00
committed by GitHub
parent 97be51bd59
commit 123ed8aa15
10 changed files with 124 additions and 26 deletions

0
tests/__init__.py Normal file
View File

View File

@ -11,6 +11,8 @@ vars: dict = {
"ADMIN_FIRST_NAME": "Test",
"ADMIN_EMAIL": "test@test.com",
"N8N_WEBHOOK_URL": "https://n8n.test.com/webhook/abcdefg",
"SENTRY_ENABLED": "false",
"SENTRY_DSN": "http://localhost"
}