File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ os::cmd::expect_success_and_text 'oc new-app mysql --dry-run' 'tag "5.7" for "my
3737os::cmd::expect_success_and_text ' oc new-app mysql --dry-run --as-test' ' This image will be test deployed'
3838os::cmd::expect_success_and_text ' oc new-app mysql -o yaml --as-test' ' test: true'
3939os::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
4343os::cmd::try_until_success ' oc get imagestreamtags ruby:2.3'
You can’t perform that action at this time.
0 commit comments