From 467fc2af0c5dd0076aecfeee9ea1364e04de0809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Fri, 21 Mar 2025 15:20:01 +0100 Subject: [PATCH] Adapt to auth-app changes --- .woodpecker.star | 2 +- tests/acceptance/features/apiAuthApp/token.feature | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)" } } }