update test overlap function docstring

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
fenn-cs 2021-10-26 13:14:26 +01:00
parent 9764ac740a
commit 69d335c1e1
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ class LogCallDeferredTests(TestCase):
)
def test_keyword_args_dont_overlap_with_start_action(self, logger):
"""
Check that both keyword and positional arguments are logged when using ``log_call_deferred``
Check that kwargs passed to decorated functions don't overlap with params in ``start_action``
"""
@log_call_deferred(action_type=u"the-action")
def f(base, exp, kwargs, args):