Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
update springboot test to match udpated example (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel authored Nov 20, 2020
1 parent 6b942e5 commit 0b0e734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ test() {
# - port number for which url will be created
# - url path to check for response (usually "/")
# - string that url response must contain to checking that application is running corect
test "java-maven" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "You are currently running a Spring server built for the IBM Cloud"
test "java-maven" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "Hello World!"
test "java-openliberty" "https://github.com/OpenLiberty/application-stack-intro.git" "9080" "/api/resource" "Hello! Welcome to Open Liberty"
test "java-quarkus" "https://github.com/odo-devfiles/quarkus-ex" "8080" "/" "Congratulations, you have created a new Quarkus application."
test "java-springboot" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "You are currently running a Spring server built for the IBM Cloud"
test "java-springboot" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "Hello World!"
test "nodejs" "https://github.com/odo-devfiles/nodejs-ex.git" "3000" "/" "Hello from Node.js Starter Application!"
test "python" "https://github.com/odo-devfiles/python-ex.git" "8080" "/" "Hello World!"
test "python-django" "https://github.com/odo-devfiles/python-django-ex.git" "8000" "/" "The install worked successfully! Congratulations!"
Expand Down

0 comments on commit 0b0e734

Please sign in to comment.