Skip to content

Commit 4404eea

Browse files
committed
fix merge conflict
1 parent 914690a commit 4404eea

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tests/e2e/execution_int_test.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -391,15 +391,3 @@ def mock_checkpoint(
391391
assert checkpoint.action is OperationAction.START
392392
assert checkpoint.operation_id == "1"
393393
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

Comments
 (0)