diff --git a/eox_nelp/course_experience/api/v1/tests/mixins_helpers.py b/eox_nelp/course_experience/api/v1/tests/mixins_helpers.py index 910916a3..4788a0a2 100644 --- a/eox_nelp/course_experience/api/v1/tests/mixins_helpers.py +++ b/eox_nelp/course_experience/api/v1/tests/mixins_helpers.py @@ -88,8 +88,8 @@ def test_get_relationships_keys_mapped_for_settings(self): Expected behavior: - Return expected content type. - Status code 200. - - Check all the elements has the relationship attrs keys presented for course according setting config. - - Check all the elements has the relationship attrs keys for user(author) according setting config. + - Check all the elements have the relationship attrs keys presented for course according setting config. + - Check all the elements have the relationship attrs keys for user(author) according setting config. """ url_endpoint = reverse(self.reverse_viewname_list)