diff options
Diffstat (limited to 'tests/fixtures')
| -rw-r--r-- | tests/fixtures/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fixtures/tests.py b/tests/fixtures/tests.py index 5c4fdd514a..ff85a9b752 100644 --- a/tests/fixtures/tests.py +++ b/tests/fixtures/tests.py @@ -689,7 +689,6 @@ class NonExistentFixtureTests(TestCase): """ Custom class to limit fixture dirs. """ - available_apps = ['django.contrib.auth', 'django.contrib.contenttypes'] def test_loaddata_not_existent_fixture_file(self): stdout_output = six.StringIO() |
