From 57a4dd52d70d2e92ba91cc4d8339991494e153b6 Mon Sep 17 00:00:00 2001 From: Mirna Gama Date: Fri, 12 Jan 2024 15:08:31 -0300 Subject: [PATCH] [R9] Add test property value to api token secret --- src/test/resources/application-test.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties index bf92704..577f944 100644 --- a/src/test/resources/application-test.properties +++ b/src/test/resources/application-test.properties @@ -12,4 +12,6 @@ spring.jpa.properties.hibernate.format_sql=true # h2 spring.h2.console.enabled=true -spring.h2.console.path=/h2-console \ No newline at end of file +spring.h2.console.path=/h2-console + +api.security.token.secret=${JWT_SECRET:S3CR3T} \ No newline at end of file