mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Replace 'blacklist' with 'blocklist' (#3006)
This commit is contained in:
@@ -33,7 +33,7 @@ describe('helpers::parseHeaders', function () {
|
|||||||
|
|
||||||
it('should handle duplicates', function() {
|
it('should handle duplicates', function() {
|
||||||
var parsed = parseHeaders(
|
var parsed = parseHeaders(
|
||||||
'Age: age-a\n' + // age is in ignore duplicates blacklist
|
'Age: age-a\n' + // age is in ignore duplicates blocklist
|
||||||
'Age: age-b\n' +
|
'Age: age-b\n' +
|
||||||
'Foo: foo-a\n' +
|
'Foo: foo-a\n' +
|
||||||
'Foo: foo-b\n'
|
'Foo: foo-b\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user