diff --git a/runtests.py b/runtests.py
old mode 100644
new mode 100755
diff --git a/setup.cfg b/setup.cfg
index d7ed51418279cdb6d0bbfb667a369259acc3f03e..71036002813b1681589f92e30fdbcf36112cd15c 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 f178678b9193f30bc4799f8eec02b871ec7a9a56..5a014e2abe24a05c9ffd46760d6e984cdba7e0b6 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):