Fix content-type assertion

This commit is contained in:
Daniel García Aubert 2017-08-01 10:29:29 +02:00
parent 0c4e67d6a8
commit 9af372381c

View File

@ -267,7 +267,7 @@ describe('user render timeout limit', function () {
response: {
status: 429,
headers: {
'Content-Type': 'application/x-protobuf'
'Content-Type': 'application/json; charset=utf-8'
}
}
};