mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed E128 flake8 warnings in tests/.
This commit is contained in:
parent
df8d8d4292
commit
92053acbb9
148 changed files with 2073 additions and 2248 deletions
|
@ -585,8 +585,7 @@ class DirectoryCreationTests(SimpleTestCase):
|
|||
self.obj.testfile.save('foo.txt', file, save=False)
|
||||
# The test needs to be done on a specific string as IOError
|
||||
# is raised even without the patch (just not early enough)
|
||||
self.assertEqual(exc_info.exception.args[0],
|
||||
"%s exists and is not a directory." % UPLOAD_TO)
|
||||
self.assertEqual(exc_info.exception.args[0], "%s exists and is not a directory." % UPLOAD_TO)
|
||||
|
||||
|
||||
class MultiParserTests(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue