Skip to content

Commit

Permalink
fix(tests): update load_minimal_config test
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Jan 7, 2025
1 parent 3dd0723 commit 833a125
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion academy_config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,14 @@ mod tests {
"email.smtp_url = \"\"",
"email.from = \"Test <[email protected]>\"",
"jwt.secret = \"\"",
"internal.shop_url = \"http://127.0.0.1:8002\"",
"contact.email = \"[email protected]\"",
"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 = \"\"",
Expand Down

0 comments on commit 833a125

Please sign in to comment.