Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/unit/scrapy/utils/test_get_basic_auth_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ItemTestCase:
'tc',
[
ItemTestCase('username', 'password', b'Basic dXNlcm5hbWU6cGFzc3dvcmQ='),
ItemTestCase('john_smith', 'secret_password_123', b'Basic am9obl9zbWl0aDpzZWNyZXRfcGFzc3dvcmRfMTIz'),
ItemTestCase('john_smith', 'secret_password_12', b'Basic am9obl9zbWl0aDpzZWNyZXRfcGFzc3dvcmRfMTI='),
],
ids=['simple_username_password', 'complex_username_password'],
)
Expand Down
3 changes: 3 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ extend-ignore-re = [
"'gASV[^']+", # Ignore base64-encoded pickle data
]

[default.extend-words]
consts = "consts" # Common abbreviation for "constants" used in apify_shared.consts

[files]
# Extend the default exclude list
extend-exclude = [
Expand Down
Loading
Loading