Skip to content

Commit

Permalink
remove unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
alsugiliazova committed Nov 22, 2024
1 parent ef4cd67 commit 00d64b9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions jwt_authentication/tests/static_key/combinatorial_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
random.seed(42)


@TestStep(Given)
def create_users(self, user_names):
"""Create users with jwt authentication."""
users = []
for user_name in user_names:
user = helpers.User(user_name=user_name, auth_type="jwt")
user.create_user()
users.append(user)

return users


@TestStep(Given)
def create_tokens(
self, user_names, token_algorithms, token_secrets, expiration_minutes
Expand Down

0 comments on commit 00d64b9

Please sign in to comment.