From 81588a071cebe040bed63bd1e589e29f45ca69a6 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Thu, 25 Apr 2013 08:09:29 +0200 Subject: [PATCH] fix typo --- openstack_auth/tests/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_auth/tests/settings.py b/openstack_auth/tests/settings.py index 76031b6..2630736 100644 --- a/openstack_auth/tests/settings.py +++ b/openstack_auth/tests/settings.py @@ -24,4 +24,4 @@ ROOT_URLCONF = 'openstack_auth.tests.urls' LOGIN_REDIRECT_URL = '/' -SECERT_KEY = 'badcafe' +SECRET_KEY = 'badcafe'