blob: 1f821498bb6ab1ef1109ee010cace7ce950807aa [file] [log] [blame]
{
skiastatus: {
urls: ['https://status.skia.org'],
method: 'GET',
expected: [200],
body: '',
mimetype: '',
},
skiastatus_json: {
urls: ['https://status.skia.org/twirp/status.StatusService/GetIncrementalCommits'],
method: 'POST',
expected: [200],
body: '{"repo_path": "skia"}',
mimetype: 'application/json',
responsetest: 'validJSON',
},
}