Fix small docstring issues
This commit is contained in:
parent
75386e4051
commit
8702ac8a98
@ -76,7 +76,7 @@ class _HeaderChecker(object):
|
||||
|
||||
@pytest.fixture
|
||||
def header_checker(caplog, stubs):
|
||||
"""Fixture that provides a _AttachmentChecker class for tests"""
|
||||
"""Fixture that provides a _HeaderChecker class for tests"""
|
||||
return _HeaderChecker(caplog, stubs)
|
||||
|
||||
|
||||
@ -160,7 +160,7 @@ class TestAttachment:
|
||||
"""'ATTACHMENT' only
|
||||
|
||||
UA should offer to download the resource.
|
||||
"""
|
||||
"""
|
||||
header_checker.check_unnamed('ATTACHMENT')
|
||||
|
||||
def test_attwithasciifilename(self, header_checker):
|
||||
|
Loading…
Reference in New Issue
Block a user