Skip to content

Commit a7a893f

Browse files
committed
fix test for ubi9
1 parent cf4f129 commit a7a893f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/features/java/runtime.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ Feature: Openshift OpenJDK Runtime tests
5050
@ubi9
5151
Scenario: Check custom JAVA_APP_DIR (OPENJDK-2033)
5252
Given container is started with env
53-
| variable | value |
54-
| JAVA_APP_DIR | /home/jboss |
55-
Then available container log should contain INFO running in /home/jboss
53+
| variable | value |
54+
| JAVA_APP_DIR | /home/default |
55+
Then available container log should contain INFO running in /home/default

0 commit comments

Comments
 (0)