Fix tests for issues discovered when testing with knocker

This commit is contained in:
Iacopo Spalletti 2016-04-08 16:17:47 +02:00
commit 4503a14b4f
5 changed files with 30 additions and 21 deletions

View file

@ -90,7 +90,7 @@ HELPER_SETTINGS = dict(
FILE_UPLOAD_TEMP_DIR=mkdtemp(),
SITE_ID=1,
HAYSTACK_CONNECTIONS={
"default": {}
'default': {}
}
)
@ -133,5 +133,5 @@ def run():
from djangocms_helper import runner
runner.cms('djangocms_blog')
if __name__ == "__main__":
if __name__ == '__main__':
run()