Skip to content
Snippets Groups Projects
Commit 48df006b authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Initial commit

parent 1267d84e
No related branches found
No related tags found
No related merge requests found
Pipeline #150580 failed
runtests.py 100644 → 100755
File mode changed from 100644 to 100755
[metadata]
name = django-kubernetes-probes
name = django-csp-mail-reports
version = 1.1
description = A Django app to expose probes for kubernetes
description = A Django app to forward to email csp reports
long_description = file: README.rst
url = https://www.example.com/
author = Bryan Brancotte
......
......@@ -69,7 +69,7 @@ class TestMain(CSPTooledTestCase):
@override_settings(
CSP_MAIL_REPORTS_MAX_BEFORE_COOLDOWN=10,
ADMIN=(('ada', 'ada@pasteur.fr'),),
ADMINS=(('ada', 'ada@pasteur.fr'),),
DEBUG=False,
)
class TestDOS(CSPTooledTestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment