From 3496e760e9e862f06d8d9453eefb215989652ba7 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 27 Feb 2024 13:39:34 +0100 Subject: [PATCH] Rename @DisplayName --- .../test/java/de/ozgcloud/alfa/EnvironmentControllerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfa-service/src/test/java/de/ozgcloud/alfa/EnvironmentControllerTest.java b/alfa-service/src/test/java/de/ozgcloud/alfa/EnvironmentControllerTest.java index 6334cfef72..f8338cd99e 100644 --- a/alfa-service/src/test/java/de/ozgcloud/alfa/EnvironmentControllerTest.java +++ b/alfa-service/src/test/java/de/ozgcloud/alfa/EnvironmentControllerTest.java @@ -62,7 +62,7 @@ class EnvironmentControllerTest { mockMvc = MockMvcBuilders.standaloneSetup(controller).build(); } - @DisplayName("Get frontend environment") + @DisplayName("Get environment") @Nested class TestGetEnvironment { -- GitLab