Skip to content

Commit

Permalink
Merge pull request #616 from CCFenner/patch-1
Browse files Browse the repository at this point in the history
test(docker): adapt expected version pattern
  • Loading branch information
ShimiT authored Dec 1, 2019
2 parents f8a04ac + 556b323 commit 273b247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ command:
mbt --version:
exit-status: 0
stdout:
- v1.0.4
- Cloud MTA Build Tool version 1.0.4
# verify installed MAVEN VERSION
mvn --version:
exit-status: 0
Expand All @@ -37,7 +37,7 @@ command:
node --version:
exit-status: 0
stdout:
- v12.13.0
- v12.13
# verify NPM @sap-scope registry configuration
npm config get @sap:registry:
exit-status: 0
Expand Down

0 comments on commit 273b247

Please sign in to comment.