Browse Source

Default to a non-public install

David Cramer 13 years ago
parent
commit
df990b0f7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtests.py

+ 1 - 1
runtests.py

@@ -20,7 +20,7 @@ settings.INSTALLED_APPS = tuple(settings.INSTALLED_APPS) + (
     'tests',
     'tests',
 )
 )
 settings.SENTRY_KEY = base64.b64encode(os.urandom(40))
 settings.SENTRY_KEY = base64.b64encode(os.urandom(40))
-
+settings.SENTRY_PUBLIC = False
 
 
 from django_nose import NoseTestSuiteRunner
 from django_nose import NoseTestSuiteRunner