From d8d94ed2cdc0e95f39be2e89aac10564ad883ba7 Mon Sep 17 00:00:00 2001 From: Jayashree Huttanagoudar Date: Fri, 24 Nov 2023 01:02:38 +0530 Subject: [PATCH] Update old URI to new one in the tests Signed-off-by: Jayashree Huttanagoudar --- tests/features/java/java_s2i.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/features/java/java_s2i.feature b/tests/features/java/java_s2i.feature index f1327496..321c9b67 100644 --- a/tests/features/java/java_s2i.feature +++ b/tests/features/java/java_s2i.feature @@ -118,11 +118,11 @@ Feature: Openshift OpenJDK S2I tests # deprecated? Scenario: run an S2I build that depends on com.redhat.xpaas.repo.redhatga being defined - Given s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple + Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple # deprecated? Scenario: run an S2I that should fail as MAVEN_ARGS does not define com.redhat.xpaas.repo.redhatga - Given failing s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple using openjdk-enforce-profile + Given failing s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple using openjdk-enforce-profile | variable | value | | MAVEN_ARGS | -e package |