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

Commit 0b0e734

Browse files
authored
update springboot test to match udpated example (#61)
1 parent 6b942e5 commit 0b0e734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ test() {
151151
# - port number for which url will be created
152152
# - url path to check for response (usually "/")
153153
# - string that url response must contain to checking that application is running corect
154-
test "java-maven" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "You are currently running a Spring server built for the IBM Cloud"
154+
test "java-maven" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "Hello World!"
155155
test "java-openliberty" "https://github.com/OpenLiberty/application-stack-intro.git" "9080" "/api/resource" "Hello! Welcome to Open Liberty"
156156
test "java-quarkus" "https://github.com/odo-devfiles/quarkus-ex" "8080" "/" "Congratulations, you have created a new Quarkus application."
157-
test "java-springboot" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "You are currently running a Spring server built for the IBM Cloud"
157+
test "java-springboot" "https://github.com/odo-devfiles/springboot-ex.git" "8080" "/" "Hello World!"
158158
test "nodejs" "https://github.com/odo-devfiles/nodejs-ex.git" "3000" "/" "Hello from Node.js Starter Application!"
159159
test "python" "https://github.com/odo-devfiles/python-ex.git" "8080" "/" "Hello World!"
160160
test "python-django" "https://github.com/odo-devfiles/python-django-ex.git" "8000" "/" "The install worked successfully! Congratulations!"

0 commit comments

Comments
 (0)