diff --git a/backend/bdd/features/steps/pki_acme.py b/backend/bdd/features/steps/pki_acme.py index 8a2f433f9..7e2d07476 100644 --- a/backend/bdd/features/steps/pki_acme.py +++ b/backend/bdd/features/steps/pki_acme.py @@ -170,7 +170,7 @@ def step_impl(context: Context, var_name: str): json={ "name": conn_slug, "description": "", - "method": "api-token", + "method": "api-key-secret", "credentials": { "apiKey": "MOCK_API_KEY", "secretKey": "MOCK_SECRET_KEY",