(tests) update tests to look for dimail secret in settings

Update back-end tests to match 'secret' field being moved to settings.
This commit is contained in:
Marie PUPO JEAMMET
2024-08-30 17:05:23 +02:00
committed by Marie
parent ba30b1d3ee
commit 29904ef7b6
4 changed files with 10 additions and 6 deletions

View File

@@ -581,7 +581,7 @@ class Test(Base):
CELERY_TASK_ALWAYS_EAGER = values.BooleanValue(True)
# this is a dev credentials for mail provisioning API
MAIL_PROVISIONING_API_CREDENTIALS = "bGFfcmVnaWU6cGFzc3dvcmQ"
MAIL_PROVISIONING_API_CREDENTIALS = "bGFfcmVnaWU6cGFzc3dvcmQ="
class ContinuousIntegration(Test):