@@ -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