Skip to content

Commit

Permalink
fix: add docstring to new test
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Nov 4, 2024
1 parent 9ca41e2 commit c92d98c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/admin/test_admin_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ def test_create_user(db_session, oauth_client):


def test_create_user_with_all_fields_set(db_session, oauth_client):
"""
Tests adm.create_user() by creating a new User record and then
checking if all values are found in the expected fields of
the User after it is fetched again through a query.
"""
adm.create_user(
db_session,
"insert_user",
Expand Down

0 comments on commit c92d98c

Please sign in to comment.