diff --git a/common/lib/xmodule/xmodule/tests/test_util_open_ended.py b/common/lib/xmodule/xmodule/tests/test_util_open_ended.py index 42d6410ebd..8f3ad5b980 100644 --- a/common/lib/xmodule/xmodule/tests/test_util_open_ended.py +++ b/common/lib/xmodule/xmodule/tests/test_util_open_ended.py @@ -21,7 +21,8 @@ S3_INTERFACE = { class MockQueryDict(dict): """ - Mock a query dict so that it can be used in test classes + Mock a query dict so that it can be used in test classes. This will only work with the combinedopenended tests, + and does not mock the full query dict, only the behavior that is needed there (namely get_list). """ def getlist(self, key, default=None): try: