Fix content-type assertion
This commit is contained in:
parent
0c4e67d6a8
commit
9af372381c
@ -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'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user