diff --git a/wildfly-builder-image/tests/features/legacy-s2i.feature b/wildfly-builder-image/tests/features/legacy-s2i.feature index 106266f7..effd7156 100644 --- a/wildfly-builder-image/tests/features/legacy-s2i.feature +++ b/wildfly-builder-image/tests/features/legacy-s2i.feature @@ -116,8 +116,8 @@ Scenario: Test external driver created during s2i. | variable | value | | GALLEON_PROVISION_LAYERS | jaxrs-server | | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:34.0.0.Beta1, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | - Then s2i build log should match regex ^ *wildfly-maven-plugin:*.*\.Final:package\s - Then s2i build log should match regex ^ *Updated \$\{version.s2i.provisioning.maven.plugin\} from *\.Final to *\.Final + Then s2i build log should match regex wildfly-maven-plugin:.*\.Final:package + Then s2i build log should match regex Updated \$\{version.s2i.provisioning.maven.plugin\} from .*\.Final to .*\.Final Then container log should contain WFLYSRV0025 Scenario: Test WildFly Maven Plugin version explicitly set