Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ca664e38
Commit
ca664e38
authored
Aug 02, 2017
by
Michael Youngstrom
Committed by
GitHub
Aug 02, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15722 from edx/youngstrom/fix_failing_python
Update query counts for failing python tests
parents
d0cfa7fa
77acdac7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
cms/djangoapps/contentstore/views/tests/test_course_index.py
+6
-6
No files found.
cms/djangoapps/contentstore/views/tests/test_course_index.py
View file @
ca664e38
...
...
@@ -430,13 +430,13 @@ class TestCourseIndexArchived(CourseTestCase):
@ddt.data
(
# Staff user has course staff access
(
True
,
'staff'
,
None
,
4
,
2
0
),
(
False
,
'staff'
,
None
,
4
,
2
0
),
(
True
,
'staff'
,
None
,
4
,
2
1
),
(
False
,
'staff'
,
None
,
4
,
2
1
),
# Base user has global staff access
(
True
,
'user'
,
ORG
,
3
,
1
6
),
(
False
,
'user'
,
ORG
,
3
,
1
6
),
(
True
,
'user'
,
None
,
3
,
1
6
),
(
False
,
'user'
,
None
,
3
,
1
6
),
(
True
,
'user'
,
ORG
,
3
,
1
7
),
(
False
,
'user'
,
ORG
,
3
,
1
7
),
(
True
,
'user'
,
None
,
3
,
1
7
),
(
False
,
'user'
,
None
,
3
,
1
7
),
)
@ddt.unpack
def
test_separate_archived_courses
(
self
,
separate_archived_courses
,
username
,
org
,
mongo_queries
,
sql_queries
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment