File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ os::cmd::expect_success_and_text 'oc start-build --list-webhooks=github ruby-sam
99
99
os::cmd::expect_failure ' oc start-build --list-webhooks=blah'
100
100
hook=$( oc start-build --list-webhooks=' generic' ruby-sample-build | head -n 1)
101
101
hook=${hook/ <secret>/ secret101}
102
- os::cmd::expect_success_and_text " oc start-build --from-webhook=${hook} " " build \" ruby-sample-build-[0-9]\" started"
102
+ os::cmd::expect_success_and_text " oc start-build --from-webhook=${hook} " " build.build.openshift.io \" ruby-sample-build-[0-9]\" started"
103
103
os::cmd::expect_failure_and_text " oc start-build --from-webhook=${hook} /foo" " error: server rejected our request"
104
104
os::cmd::expect_success " oc patch bc/ruby-sample-build -p '{\" spec\" :{\" strategy\" :{\" dockerStrategy\" :{\" from\" :{\" name\" :\" asdf:7\" }}}}}'"
105
105
os::cmd::expect_failure_and_text " oc start-build --from-webhook=${hook} " " Error resolving ImageStreamTag asdf:7"
You can’t perform that action at this time.
0 commit comments