diff options
| author | Tim Graham <timograham@gmail.com> | 2013-08-09 09:12:15 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-08-09 09:12:15 -0400 |
| commit | 9c711ee3a6a638add26d19dad70447c981371598 (patch) | |
| tree | 305df8ec0d2befb80f532c4258a66dfe693fcc72 /tests/settings_tests | |
| parent | b575d690bbc1c4cd7f575346132c09fca8c736a7 (diff) | |
Fixed test failures on Python 3 - refs #12288
Diffstat (limited to 'tests/settings_tests')
| -rw-r--r-- | tests/settings_tests/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/settings_tests/tests.py b/tests/settings_tests/tests.py index 4031d09a58..a9503358a2 100644 --- a/tests/settings_tests/tests.py +++ b/tests/settings_tests/tests.py @@ -226,7 +226,7 @@ class TestComplexSettingOverride(TestCase): self.assertEqual('Overriding setting TEST_WARN can lead to unexpected behaviour.', str(w[-1].message)) -class UniqueSettngsTests(TestCase): +class UniqueSettingsTests(TestCase): """ Tests for the INSTALLED_APPS setting. """ |
