Skip to content

Commit 57707e7

Browse files
committed
Linting fixes
1 parent e0f9e01 commit 57707e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

workers/tests/unittest_proxy/test_dispatcher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ def test_on_logging_levels_and_categories(self, mock_is_system, mock_rpc_log,
9292
expected_category = dispatcher_module._LOG_CATEGORY_USER
9393

9494
# Verify RpcLog was initialized with correct mapped values
95-
# We use call_args to verify kwargs, ignoring any extra kwargs like invocation_id if present
95+
# We use call_args to verify kwargs, ignoring any extra kwargs
96+
# like invocation_id if present
9697
args, kwargs = mock_rpc_log.call_args
9798
self.assertEqual(kwargs['level'], expected)
9899
self.assertEqual(kwargs['log_category'], expected_category)

0 commit comments

Comments
 (0)