Skip to content

Commit

Permalink
Make password longer for 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Sep 7, 2024
1 parent 55d2f23 commit f9b5f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_netbox_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def nb_api():
)

no_perm_user = nb_create(
api.users.users, username="no_permissions", password="passw0rd"
api.users.users, username="no_permissions", password="Passw0rd12Characters"
)
_no_perm = nb_create(
api.users.permissions,
Expand All @@ -322,7 +322,7 @@ def nb_api():
API_TOKENS["no_permissions"] = no_perm_token.key

constraint_user = nb_create(
api.users.users, username="constraint_user", password="passw0rd"
api.users.users, username="constraint_user", password="Passw0rd12Characters"
)
_constraint_permissions = nb_create(
api.users.permissions,
Expand Down

0 comments on commit f9b5f91

Please sign in to comment.