Skip to content

Commit

Permalink
Update dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Feb 28, 2024
1 parent 25bebc1 commit c31400b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckanext/keycloak/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ def test_ensure_unique_user_name_existing_user():
user_name = h.ensure_unique_username_from_email(user['email'])

assert user_name != user['email'].split('@')[0]
assert user_name.startswith(user['email'].split('@')[0])
assert user_name.startswith(user['email'].split('@')[0])

1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest-ckan
pytest-factoryboy

0 comments on commit c31400b

Please sign in to comment.