Commit ea8da673 by Nimisha Asthagiri

Update tests to support org queries

parent f1ceb86f
...@@ -24,6 +24,7 @@ from xmodule.modulestore.tests.django_utils import SharedModuleStoreTestCase ...@@ -24,6 +24,7 @@ from xmodule.modulestore.tests.django_utils import SharedModuleStoreTestCase
SITE_QUERY = 1 SITE_QUERY = 1
ORG_DEADLINE_QUERY = 1
SCHEDULES_QUERY = 1 SCHEDULES_QUERY = 1
COURSE_MODES_QUERY = 1 COURSE_MODES_QUERY = 1
GLOBAL_DEADLINE_SWITCH_QUERY = 1 GLOBAL_DEADLINE_SWITCH_QUERY = 1
...@@ -40,6 +41,7 @@ NUM_QUERIES_WITH_MATCHES = ( ...@@ -40,6 +41,7 @@ NUM_QUERIES_WITH_MATCHES = (
NUM_QUERIES_FIRST_MATCH = ( NUM_QUERIES_FIRST_MATCH = (
NUM_QUERIES_WITH_MATCHES NUM_QUERIES_WITH_MATCHES
+ GLOBAL_DEADLINE_SWITCH_QUERY + GLOBAL_DEADLINE_SWITCH_QUERY
+ ORG_DEADLINE_QUERY
+ COMMERCE_CONFIG_QUERY + COMMERCE_CONFIG_QUERY
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment