Skip to content

Commit

Permalink
Merge pull request #3 from hkgnobody/main
Browse files Browse the repository at this point in the history
Rename as test_rotate_credentials to match the function name
  • Loading branch information
hkgnobody committed Apr 17, 2024
2 parents 0ea7867 + e28c526 commit 7a1b927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/api/secrets_engines/test_ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_generate_static_credentials(
("custom mount point", "other-ldap-tree"),
]
)
def test_rotate_role_credentials(self, test_label, mount_point, requests_mocker):
def test_rotate_credentials(self, test_label, mount_point, requests_mocker):
expected_status_code = 204
role_name = "hvac"
mock_url = "http://localhost:8200/v1/{mount_point}/rotate-role/{name}".format(
Expand Down

0 comments on commit 7a1b927

Please sign in to comment.