update test overlap function docstring
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
parent
9764ac740a
commit
69d335c1e1
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue