Use valid data in our GetCommit example response

When validating parsing, copy pasting should just work, but
instead we created
This commit is contained in:
Zeger-Jan van de Weg 2019-03-29 14:21:28 +00:00
parent a9d9907a8e
commit 1789d762f3
1 changed files with 2 additions and 2 deletions

View File

@ -196,9 +196,9 @@ Example response:
"last_pipeline" : {
"id": 8,
"ref": "master",
"sha": "2dc6aa325a317eda67812f05600bdf0fcdc70ab0"
"sha": "2dc6aa325a317eda67812f05600bdf0fcdc70ab0",
"status": "created"
}
},
"stats": {
"additions": 15,
"deletions": 10,