Skip to content

Commit

Permalink
chore: docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Jul 11, 2023
1 parent 0eeacce commit 023d7a0
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 @@ -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)
Expand Down

0 comments on commit 023d7a0

Please sign in to comment.