Skip to content

Commit

Permalink
chore(restapi): Fixed minor issue with docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhand committed May 17, 2024
1 parent dd4e120 commit 79cdc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/restapi/v1/test_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def test_group_search_query(
Given an authenticated user and registered groups, this test validates the following
sequence of actions:
- The user is able to retrieve a list of all registered groups with a description
- The user is able to retrieve a list of all registered groups with a name
that contains 'group'.
- The returned list of groups matches the expected matches from the query.
"""
Expand Down

0 comments on commit 79cdc8b

Please sign in to comment.