mirror of
https://github.com/tenrok/axios.git
synced 2026-05-30 15:24:11 +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() {
|
||||
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' +
|
||||
'Foo: foo-a\n' +
|
||||
'Foo: foo-b\n'
|
||||
|
||||
Reference in New Issue
Block a user