From 49ae2c1fa206c09f556502025979620575351e81 Mon Sep 17 00:00:00 2001 From: Tim <135014430+nagisa77@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:38:22 +0800 Subject: [PATCH] Add website-url property for tests --- backend/src/test/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/src/test/resources/application.properties b/backend/src/test/resources/application.properties index c1282018d..be7804d5f 100644 --- a/backend/src/test/resources/application.properties +++ b/backend/src/test/resources/application.properties @@ -22,3 +22,6 @@ app.jwt.expiration=3600000 # Default publish mode for tests app.post.publish-mode=DIRECT + +# Base website URL used in tests +app.website-url=http://localhost