Skip to content

Commit efeabce

Browse files
authored
Merge pull request #244 from jfdenise/test-eap-ds
[7.4] Remove test branch from feature file
2 parents 372da1b + 14d0644 commit efeabce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features/driver.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Feature: EAP Openshift drivers
2626
Then XML file /opt/eap/standalone/configuration/standalone-openshift.xml should contain value oracle.jdbc.xa.client.OracleXADataSource on XPath //*[local-name()='drivers']/*[local-name()='driver']/*[local-name()='xa-datasource-class']
2727

2828
Scenario: check postgresql and oracle drivers
29-
Given s2i build git://github.com/jboss-container-images/jboss-eap-modules from tests/examples/test-app-prov-oracle-postgres with env and true using test-eap-ds
29+
Given s2i build git://github.com/jboss-container-images/jboss-eap-modules from tests/examples/test-app-prov-oracle-postgres with env and true
3030
| variable | value |
3131
| ORACLE_DRIVER_VERSION | 19.3.0.0 |
3232
| POSTGRESQL_DRIVER_VERSION | 42.2.19 |

0 commit comments

Comments
 (0)