Skip to content

Commit ba9de15

Browse files
committed
add flag
1 parent 9e79f3f commit ba9de15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmd/newapp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ os::cmd::expect_success_and_text 'oc new-app mysql --dry-run' 'tag "5.7" for "my
3737
os::cmd::expect_success_and_text 'oc new-app mysql --dry-run --as-test' 'This image will be test deployed'
3838
os::cmd::expect_success_and_text 'oc new-app mysql -o yaml --as-test' 'test: true'
3939
os::cmd::expect_success_and_text 'oc new-app mysql --as-test' 'Application is not exposed'
40-
os::cmd::expect_success_and_text 'oc new-app mysql test/testdata/template-with-app-label.json' 'Access your application via route'
40+
os::cmd::expect_success_and_text 'oc new-app mysql test/testdata/template-with-app-label.json --as-test' 'Access your application via route'
4141

4242
# test that imagestream references across imagestreams do not cause an error
4343
os::cmd::try_until_success 'oc get imagestreamtags ruby:2.3'

0 commit comments

Comments
 (0)