From df3723bb79a2ab6df46c9354d61af95313bdd4a5 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 28 Nov 2023 09:56:33 +0100 Subject: [PATCH] OZG-4189 fix test by add missing property --- alfa-service/src/test/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alfa-service/src/test/resources/application.yml b/alfa-service/src/test/resources/application.yml index 6755b16a49..7925f8d6a9 100644 --- a/alfa-service/src/test/resources/application.yml +++ b/alfa-service/src/test/resources/application.yml @@ -22,6 +22,8 @@ spring: mvc: pathmatch: matching-strategy: ant-path-matcher + application: + name: Alfa jackson: deserialization: 'ADJUST_DATES_TO_CONTEXT_TIME_ZONE': false -- GitLab