diff --git a/.woodpecker.star b/.woodpecker.star index 74e94e78d..fd38e318f 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -280,7 +280,7 @@ config = { "skip": False, "withRemotePhp": [True], "extraServerEnvironment": { - "OC_ADD_RUN_SERVICES": "auth-app", + "AUTH_APP_STORAGE_DRIVER": "json", "PROXY_ENABLE_APP_AUTH": True, }, }, diff --git a/tests/acceptance/features/apiAuthApp/token.feature b/tests/acceptance/features/apiAuthApp/token.feature index f3626ef4a..40c3cbb52 100644 --- a/tests/acceptance/features/apiAuthApp/token.feature +++ b/tests/acceptance/features/apiAuthApp/token.feature @@ -95,7 +95,7 @@ Feature: create auth-app token "pattern": "^\\$2a\\$11\\$[A-Za-z0-9./]{53}$" }, "label": { - "const": "Generated via Impersonation API" + "const": "Generated via API (Impersonation)" } } } @@ -124,7 +124,7 @@ Feature: create auth-app token "pattern": "^[a-zA-Z0-9]{16}$" }, "label": { - "const": "Generated via Impersonation API" + "const": "Generated via API (Impersonation)" } } }