We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914690a commit 4404eeaCopy full SHA for 4404eea
1 file changed
tests/e2e/execution_int_test.py
@@ -391,15 +391,3 @@ def mock_checkpoint(
391
assert checkpoint.action is OperationAction.START
392
assert checkpoint.operation_id == "1"
393
assert checkpoint.wait_options.wait_seconds == 1
394
-
395
396
-def test_lambda_client_initialization():
397
- """Test initialization of real Lambda client with specified endpoint and region."""
398
- endpoint = "https://durable.durable-functions.devo.us-west-2.lambda.aws.a2z.com"
399
- region = "us-west-2"
400
401
- client = LambdaClient.initialize_from_endpoint_and_region(endpoint, region)
402
403
- assert client is not None
404
- assert client.client is not None
405
- assert checkpoint.wait_options.seconds == 1
0 commit comments