aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2025-02-19 15:15:47 +0000
committerFrancescoFioraEst <francesco.fiora@est.tech>2025-02-19 15:25:08 +0000
commit6a67b7355c2c39a72cc0cce0c995620f75a81c62 (patch)
treea135df858b3fb88e26dd50f29643d0eff5f8e2a8 /runtime-acm
parent5b42ebe43ce4201ebea05a157e8ca71d0c5ece51 (diff)
Remove org.glassfish from Actuator test in all ACM participants
Issue-ID: POLICY-5290 Change-Id: I7c4640d6d3fe18c5ed64eaaf3e4ab4be44e7190f Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-acm')
-rw-r--r--runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/main/rest/ActuatorControllerTest.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/main/rest/ActuatorControllerTest.java b/runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/main/rest/ActuatorControllerTest.java
index 18911f461..4b3e8ed7a 100644
--- a/runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/main/rest/ActuatorControllerTest.java
+++ b/runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/main/rest/ActuatorControllerTest.java
@@ -1,6 +1,6 @@
/*-
* ============LICENSE_START=======================================================
- * Copyright (C) 2021-2024 Nordix Foundation.
+ * Copyright (C) 2021-2025 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -42,12 +42,12 @@ import org.springframework.web.reactive.function.client.ExchangeFilterFunctions;
class ActuatorControllerTest {
@Autowired
- WebTestClient webClient;
+ private WebTestClient webClient;
@Value("${spring.security.user.name}")
- String username;
+ private String username;
@Value("${spring.security.user.password}")
- String password;
+ private String password;
@BeforeEach
void beforeEach() {