summaryrefslogtreecommitdiff
path: root/tests/requests
diff options
context:
space:
mode:
authorShai Berger <shai@platonix.com>2014-03-09 08:33:33 +0200
committerShai Berger <shai@platonix.com>2014-03-09 08:33:33 +0200
commit0615eaf24ad42e22873915bf8c1f5aca824d62c4 (patch)
tree729e3ee857b5a04150a1c4acde035ea6b57c1bd6 /tests/requests
parent40afdaf08ca7562d8908b999511cd40a432520a9 (diff)
downloaddjango-0615eaf24ad42e22873915bf8c1f5aca824d62c4.tar.gz
Corrected a few missed references to old test settings
Diffstat (limited to 'tests/requests')
-rw-r--r--tests/requests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requests/tests.py b/tests/requests/tests.py
index 175554e871..3baee7994b 100644
--- a/tests/requests/tests.py
+++ b/tests/requests/tests.py
@@ -699,7 +699,7 @@ class HostValidationTests(SimpleTestCase):
@skipIf(connection.vendor == 'sqlite'
- and connection.settings_dict['TEST_NAME'] in (None, '', ':memory:'),
+ and connection.settings_dict['TEST']['NAME'] in (None, '', ':memory:'),
"Cannot establish two connections to an in-memory SQLite database.")
class DatabaseConnectionHandlingTests(TransactionTestCase):