diff --git a/tests/unit/lms/product/plugin/misc_test.py b/tests/unit/lms/product/plugin/misc_test.py index 33f3e1750a..3280b34a42 100644 --- a/tests/unit/lms/product/plugin/misc_test.py +++ b/tests/unit/lms/product/plugin/misc_test.py @@ -42,6 +42,9 @@ def test_get_document_url_with_assignment_in_db_copied_assignment( assert result == sentinel.document_url + def test_get_document_url_with_no_document(self, plugin, pyramid_request): + assert not plugin.get_document_url(pyramid_request, None, None) + def test_get_deeplinking_launch_url(self, plugin, pyramid_request): assert ( plugin.get_deeplinking_launch_url(pyramid_request, sentinel.config)