update build/find_spec to include :exists_on_github
This commit is contained in:
parent
2c5ad649f5
commit
8645338306
|
@ -48,7 +48,8 @@ describe Travis::API::V3::Services::Repository::Find do
|
||||||
{"@type" => "job",
|
{"@type" => "job",
|
||||||
"@href" => "/v3/job/#{jobs[3].id}",
|
"@href" => "/v3/job/#{jobs[3].id}",
|
||||||
"@representation"=>"minimal",
|
"@representation"=>"minimal",
|
||||||
"id" =>jobs[3].id}]}
|
"id" =>jobs[3].id}]},
|
||||||
|
"exists_on_github"=> true
|
||||||
}}
|
}}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user