aboutsummaryrefslogtreecommitdiffstats
path: root/gui-server/src/test/java/org/onap/policy/gui/server/config/RestTemplateTrustStoreUnsetTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'gui-server/src/test/java/org/onap/policy/gui/server/config/RestTemplateTrustStoreUnsetTest.java')
-rw-r--r--gui-server/src/test/java/org/onap/policy/gui/server/config/RestTemplateTrustStoreUnsetTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui-server/src/test/java/org/onap/policy/gui/server/config/RestTemplateTrustStoreUnsetTest.java b/gui-server/src/test/java/org/onap/policy/gui/server/config/RestTemplateTrustStoreUnsetTest.java
index 5edda12..f51d390 100644
--- a/gui-server/src/test/java/org/onap/policy/gui/server/config/RestTemplateTrustStoreUnsetTest.java
+++ b/gui-server/src/test/java/org/onap/policy/gui/server/config/RestTemplateTrustStoreUnsetTest.java
@@ -43,7 +43,8 @@ import org.springframework.test.util.ReflectionTestUtils;
class RestTemplateTrustStoreUnsetTest {
BaseRestTemplateConfig[] restTemplateConfigArray = {
new AcmRuntimeRestTemplateConfig(),
- new PolicyApiRestTemplateConfig()
+ new PolicyApiRestTemplateConfig(),
+ new PolicyPapRestTemplateConfig()
};
@Test