From 48df006b8172a99ccc6318175ddc157d6a1c791f Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 26 Feb 2025 10:57:23 +0100 Subject: [PATCH] Initial commit --- runtests.py | 0 setup.cfg | 4 ++-- tests/tests.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 runtests.py diff --git a/runtests.py b/runtests.py old mode 100644 new mode 100755 diff --git a/setup.cfg b/setup.cfg index d7ed514..7103600 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [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 diff --git a/tests/tests.py b/tests/tests.py index f178678..5a014e2 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -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): -- GitLab