From 6bcd4b5c66641e280c5e5fc0202b9fa0b4d4668b Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Thu, 26 Mar 2026 15:29:41 +0100 Subject: [PATCH] Fix e2e test config for new agents config structure Signed-off-by: Bryan Frimin --- e2e/console/testdata/config.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/e2e/console/testdata/config.yaml b/e2e/console/testdata/config.yaml index 44df37f38..7048c2135 100644 --- a/e2e/console/testdata/config.yaml +++ b/e2e/console/testdata/config.yaml @@ -61,11 +61,16 @@ probod: slack: sender-interval: 60 - openai: - api-key: "thisisnotasecret" - temperature: 0.1 - model-name: "gpt-4o" - max-tokens: 4096 + agents: + providers: + openai: + type: "openai" + api-key: "thisisnotasecret" + default: + provider: "openai" + model-name: "gpt-4o" + temperature: 0.1 + max-tokens: 4096 custom-domains: renewal-interval: 3600