v3 update branch/find_spec to include job_ids
This commit is contained in:
parent
18e5c22fd7
commit
288d614977
|
@ -29,6 +29,8 @@ describe Travis::API::V3::Services::Repository::Find do
|
||||||
"event_type" => "push",
|
"event_type" => "push",
|
||||||
"previous_state" => "passed",
|
"previous_state" => "passed",
|
||||||
"started_at" => "2010-11-12T13:00:00Z",
|
"started_at" => "2010-11-12T13:00:00Z",
|
||||||
"finished_at" => nil}}}
|
"finished_at" => nil,
|
||||||
|
"job_ids" => repo.default_branch.last_build.cached_matrix_ids[1...-1].split(",").map(&:to_i) }
|
||||||
|
}}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user