Skip to content

Commit c23d7d6

Browse files
committed
test: fix test to patch the runner correctly
1 parent 0433801 commit c23d7d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_default_path_invokes_runtime_client_and_bootstrap(
3030
"my.handler", mock_client_cls.return_value
3131
)
3232

33-
@patch("awslambdaric.__main__.MultiConcurrentRunner")
33+
@patch("awslambdaric.lambda_multi_concurrent_utils.MultiConcurrentRunner")
3434
@patch("awslambdaric.__main__.LambdaConfigProvider")
3535
def test_multi_concurrent_path_dispatches_to_multi_concurrent_runner(
3636
self, mock_config_provider, mock_runner

0 commit comments

Comments
 (0)