From 833a1256dc943f63c86a5aab073bbcb97e73b64d Mon Sep 17 00:00:00 2001 From: Defelo Date: Tue, 7 Jan 2025 22:28:33 +0100 Subject: [PATCH] fix(tests): update load_minimal_config test --- academy_config/src/lib.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/academy_config/src/lib.rs b/academy_config/src/lib.rs index d421f6b..44d6430 100644 --- a/academy_config/src/lib.rs +++ b/academy_config/src/lib.rs @@ -286,10 +286,14 @@ mod tests { "email.smtp_url = \"\"", "email.from = \"Test \"", "jwt.secret = \"\"", - "internal.shop_url = \"http://127.0.0.1:8002\"", "contact.email = \"test@example.com\"", "recaptcha.sitekey = \"\"", "recaptcha.secret = \"\"", + "paypal.client_id = \"\"", + "paypal.client_secret = \"\"", + "render.chrome_bin = \"\"", + "finance.invoices_archive = \"\"", + "finance.credit_notes_archive = \"\"", "oauth2.providers.github.client_id = \"\"", "oauth2.providers.github.client_secret = \"\"", "oauth2.providers.discord.client_id = \"\"",