Skip to content

Commit a12343b

Browse files
committed
test: update query count
1 parent 0b84bc4 commit a12343b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

  • openedx/core/djangoapps/content_tagging/rest_api/v1/tests

openedx/core/djangoapps/content_tagging/rest_api/v1/tests/test_views.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,15 +1945,15 @@ def test_get_copied_tags(self):
19451945

19461946
@ddt.data(
19471947
('staff', 'courseA', 8),
1948-
('staff', 'libraryA', 23),
1949-
('staff', 'collection_key', 23),
1948+
('staff', 'libraryA', 17),
1949+
('staff', 'collection_key', 17),
19501950
("content_creatorA", 'courseA', 17, False),
1951-
("content_creatorA", 'libraryA', 28, False),
1952-
("content_creatorA", 'collection_key', 28, False),
1953-
("library_staffA", 'libraryA', 28, False), # Library users can only view objecttags, not change them?
1954-
("library_staffA", 'collection_key', 28, False),
1955-
("library_userA", 'libraryA', 28, False),
1956-
("library_userA", 'collection_key', 28, False),
1951+
("content_creatorA", 'libraryA', 22, False),
1952+
("content_creatorA", 'collection_key', 22, False),
1953+
("library_staffA", 'libraryA', 22, False), # Library users can only view objecttags, not change them?
1954+
("library_staffA", 'collection_key', 22, False),
1955+
("library_userA", 'libraryA', 22, False),
1956+
("library_userA", 'collection_key', 22, False),
19571957
("instructorA", 'courseA', 17),
19581958
("course_instructorA", 'courseA', 17),
19591959
("course_staffA", 'courseA', 17),

0 commit comments

Comments
 (0)