From 11ae8a52b8189bc51c7e21f86584439f4d950304 Mon Sep 17 00:00:00 2001
From: Felix Reichenbach <felix.reichenbach@mgm-tp.com>
Date: Tue, 11 Feb 2025 16:07:44 +0100
Subject: [PATCH] expand PostfachPropertiesTestConfiguration

---
 .../alfa/postfach/PostfachPropertiesTestConfiguration.java     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alfa-service/src/test/java/de/ozgcloud/alfa/postfach/PostfachPropertiesTestConfiguration.java b/alfa-service/src/test/java/de/ozgcloud/alfa/postfach/PostfachPropertiesTestConfiguration.java
index 8cf7c2e98c..4a22c1c361 100644
--- a/alfa-service/src/test/java/de/ozgcloud/alfa/postfach/PostfachPropertiesTestConfiguration.java
+++ b/alfa-service/src/test/java/de/ozgcloud/alfa/postfach/PostfachPropertiesTestConfiguration.java
@@ -24,11 +24,14 @@
 package de.ozgcloud.alfa.postfach;
 
 import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
 import org.springframework.boot.context.properties.EnableConfigurationProperties;
+import org.springframework.cloud.autoconfigure.RefreshAutoConfiguration;
 import org.springframework.context.annotation.Configuration;
 
 @Configuration
 @EnableConfigurationProperties(PostfachProperties.class)
+@ImportAutoConfiguration(RefreshAutoConfiguration.class)
 class PostfachPropertiesTestConfiguration {
 
 	@Autowired
-- 
GitLab