Skip to content

Commit

Permalink
Remove helper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Feb 28, 2024
1 parent 08eba03 commit 92bf2df
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ckanext/keycloak/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,3 @@
import ckan.tests.factories as factories


def test_generate_password():
password = h.generate_password()
assert len(password) >= 8
assert type(password) is str



0 comments on commit 92bf2df

Please sign in to comment.