Adjusted a variable name in migration signal tests.

This commit is contained in:
Simon Charette 2016-05-13 16:47:02 -04:00
parent c0118ff80b
commit 104727030c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from django.test import TestCase, override_settings
from django.utils import six
APP_CONFIG = apps.get_app_config('migrate_signals')
PRE_MIGRATE_ARGS = ['app_config', 'verbosity', 'interactive', 'using']
SIGNAL_ARGS = ['app_config', 'verbosity', 'interactive', 'using']
MIGRATE_DATABASE = 'default'
MIGRATE_VERBOSITY = 1
MIGRATE_INTERACTIVE = False