From 8a2fffd8157cf2b8de6659918135463a64ef2bd0 Mon Sep 17 00:00:00 2001 From: Hector Rodriguez Cornejo Date: Thu, 17 Nov 2022 18:32:42 +0100 Subject: [PATCH] Error in RestClientTest using profile "crowd" (#744) * Change profile * Updated CHANGELOG.md --- CHANGELOG.md | 1 + .../org/opendevstack/provision/util/rest/RestClientTest.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb99508..cb79ec6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Fixes jcenter repository no more available. ([#737](https://github.com/opendevstack/ods-provisioning-app/pull/737)) - Fixes could not find com.atlassian.platform:platform:3.5.2 ([#738](https://github.com/opendevstack/ods-provisioning-app/pull/738)) - ODS AMI E2E quickstarter prov app fails due to no nexus equal false ([#730](https://github.com/opendevstack/ods-provisioning-app/pull/730)) +- Error in RestClientTest using profile "crowd" ([#743](https://github.com/opendevstack/ods-provisioning-app/pull/743)) ### Changed - Disable openshift service adapter by default ([#721](https://github.com/opendevstack/ods-provisioning-app/pull/721)) diff --git a/src/test/java/org/opendevstack/provision/util/rest/RestClientTest.java b/src/test/java/org/opendevstack/provision/util/rest/RestClientTest.java index 725e2b49..a8f6407b 100644 --- a/src/test/java/org/opendevstack/provision/util/rest/RestClientTest.java +++ b/src/test/java/org/opendevstack/provision/util/rest/RestClientTest.java @@ -32,7 +32,7 @@ @SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT) @DirtiesContext -@ActiveProfiles("crowd") +@ActiveProfiles("utest") public class RestClientTest { @Value("${local.server.port}")