Skip to content

Commit 79f9b9b

Browse files
committed
test-cmd: boring
1 parent 258cd1b commit 79f9b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmd/builds.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ os::cmd::expect_success_and_text 'oc start-build --list-webhooks=github ruby-sam
9999
os::cmd::expect_failure 'oc start-build --list-webhooks=blah'
100100
hook=$(oc start-build --list-webhooks='generic' ruby-sample-build | head -n 1)
101101
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"
103103
os::cmd::expect_failure_and_text "oc start-build --from-webhook=${hook}/foo" "error: server rejected our request"
104104
os::cmd::expect_success "oc patch bc/ruby-sample-build -p '{\"spec\":{\"strategy\":{\"dockerStrategy\":{\"from\":{\"name\":\"asdf:7\"}}}}}'"
105105
os::cmd::expect_failure_and_text "oc start-build --from-webhook=${hook}" "Error resolving ImageStreamTag asdf:7"

0 commit comments

Comments
 (0)