summaryrefslogtreecommitdiff
path: root/tests/test_sqlite.py
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-02-06 12:58:02 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-02-06 12:58:45 +0100
commit23a5ec07828b8f16d5abb89d892869ec0c635c45 (patch)
tree3d3c93229340b018bfe595185046a3debd6b0179 /tests/test_sqlite.py
parentd39073b8aea04dc5fe6b58bcb868067da08425fa (diff)
Added trailing comma.
Sorry, I couldn't stand the inconsistency between the two databases anymore.
Diffstat (limited to 'tests/test_sqlite.py')
-rw-r--r--tests/test_sqlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sqlite.py b/tests/test_sqlite.py
index 18d413a682..f1b65f7d01 100644
--- a/tests/test_sqlite.py
+++ b/tests/test_sqlite.py
@@ -14,7 +14,7 @@
DATABASES = {
'default': {
- 'ENGINE': 'django.db.backends.sqlite3'
+ 'ENGINE': 'django.db.backends.sqlite3',
},
'other': {
'ENGINE': 'django.db.backends.sqlite3',