Update tests to support org queries

This commit is contained in:
Nimisha Asthagiri
2017-10-26 18:08:46 -04:00
parent f1ceb86fa9
commit ea8da6737e

View File

@@ -24,6 +24,7 @@ from xmodule.modulestore.tests.django_utils import SharedModuleStoreTestCase
SITE_QUERY = 1
ORG_DEADLINE_QUERY = 1
SCHEDULES_QUERY = 1
COURSE_MODES_QUERY = 1
GLOBAL_DEADLINE_SWITCH_QUERY = 1
@@ -40,6 +41,7 @@ NUM_QUERIES_WITH_MATCHES = (
NUM_QUERIES_FIRST_MATCH = (
NUM_QUERIES_WITH_MATCHES
+ GLOBAL_DEADLINE_SWITCH_QUERY
+ ORG_DEADLINE_QUERY
+ COMMERCE_CONFIG_QUERY
)