Skip to content

Commit

Permalink
Fix integration test for ACME DNS authenticator (#14899)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj authored Nov 7, 2024
1 parent fe8dbc2 commit d125a8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/api2/test_account_privilege_role_private_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ def dns_authenticator():
with row(
"system.acmednsauthenticator",
{
"authenticator": "cloudflare",
"name": "test",
"attributes": {
"authenticator": "cloudflare",
"cloudflare_email": "[email protected]",
"api_key": "key",
"api_token": "token",
},
Expand Down

0 comments on commit d125a8a

Please sign in to comment.