From 023d7a08b9c62d0b5c0516c5aa88fc87c7498836 Mon Sep 17 00:00:00 2001 From: Johan Castiblanco Date: Tue, 11 Jul 2023 14:58:13 -0500 Subject: [PATCH] chore: docstring typo --- eox_nelp/course_experience/api/v1/tests/mixins_helpers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)