Skip to content

Commit 4112ad8

Browse files
committed
[OPENJDK-1549] reference main repo/branch in test
Now that the PR that introduced tests/OPENJDK-1549 exists in the ubi9 branch, we can reference the main repository and ubi9 branch in the behave test. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 2627193 commit 4112ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features/java/java_s2i.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ Feature: Openshift OpenJDK S2I tests
168168
Then XML file /tmp/artifacts/configuration/settings.xml should have 1 elements on XPath //ns:profile[ns:id='myrepo-profile']/ns:repositories/ns:repository[ns:url='http://repo.example.com:8080/maven2/']
169169

170170
Scenario: Ensure the environment is cleaned when executing mvn (OPENJDK-1549)
171-
Given s2i build https://github.com/jmtd/openjdk from tests/OPENJDK-1549 with env using OPENJDK-1549-maven-args-take-2
171+
Given s2i build https://github.com/jboss-container-images/openjdk from tests/OPENJDK-1549 with env using ubi9
172172
| variable | value |
173173
| MAVEN_ARGS | validate |

0 commit comments

Comments
 (0)