2
0
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:
rockcs1992
2020-06-10 15:47:31 -04:00
committed by GitHub
parent 0d69a79c81
commit 36f0ad2f98
+1 -1
View File
@@ -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'