Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Cañon <[email protected]>
  • Loading branch information
johanseto and andrey-canon authored Jul 11, 2023
1 parent 2261b86 commit 0eeacce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eox_nelp/course_experience/api/v1/tests/mixins_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ def test_get_object_list_by_user(self):

@override_settings()
def test_get_relationships_keys_mapped_for_settings(self):
""" Test the course experiences api return the keys configured via the
""" Test the course experiences api returns the keys configured via the
COURSE_EXPERIENCE_SETTINGS` in settings.
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 attrskeys for user(author) according setting config.
- Check all the elements has the relationship attrs keys for user(author) according setting config.
"""
url_endpoint = reverse(self.reverse_viewname_list)
Expand Down

0 comments on commit 0eeacce

Please sign in to comment.