Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit f2be3f7

Browse files
committed
updated golden
1 parent 7b25c90 commit f2be3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/snippetgen/goldens/mollusca_v1_generated_snippets_method_lro_signatures_async.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ async def sample_method_lro_signatures():
5252
)
5353

5454
# Make the request
55-
operation = client.method_lro_signatures(request=request)
55+
operation = await client.method_lro_signatures(request=request)
5656

5757
print("Waiting for operation to complete...")
5858

59-
response = (await operation).result()
59+
response = await operation.result()
6060

6161
# Handle the response
6262
print(response)

0 commit comments

Comments
 (0)