Skip to content

Commit 5ed5d33

Browse files
chore: use gapic-generator-python 1.2.0 (#74)
* chore: use gapic-generator-python 1.2.0 PiperOrigin-RevId: 467286830 Source-Link: googleapis/googleapis@e6e875a Source-Link: googleapis/googleapis-gen@0295ea1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDI5NWVhMTRkOWNkNGQ0N2RkYjIzYjllYmQzOWEzMWUyMDM1ZTI4ZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4878c84 commit 5ed5d33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/google-cloud-certificate-manager/tests/unit/gapic/certificate_manager_v1/test_certificate_manager.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7376,7 +7376,7 @@ def test_delete_operation(transport: str = "grpc"):
73767376

73777377

73787378
@pytest.mark.asyncio
7379-
async def test_delete_operation(transport: str = "grpc"):
7379+
async def test_delete_operation_async(transport: str = "grpc"):
73807380
client = CertificateManagerAsyncClient(
73817381
credentials=ga_credentials.AnonymousCredentials(),
73827382
transport=transport,
@@ -7515,7 +7515,7 @@ def test_cancel_operation(transport: str = "grpc"):
75157515

75167516

75177517
@pytest.mark.asyncio
7518-
async def test_cancel_operation(transport: str = "grpc"):
7518+
async def test_cancel_operation_async(transport: str = "grpc"):
75197519
client = CertificateManagerAsyncClient(
75207520
credentials=ga_credentials.AnonymousCredentials(),
75217521
transport=transport,
@@ -7654,7 +7654,7 @@ def test_get_operation(transport: str = "grpc"):
76547654

76557655

76567656
@pytest.mark.asyncio
7657-
async def test_get_operation(transport: str = "grpc"):
7657+
async def test_get_operation_async(transport: str = "grpc"):
76587658
client = CertificateManagerAsyncClient(
76597659
credentials=ga_credentials.AnonymousCredentials(),
76607660
transport=transport,
@@ -7799,7 +7799,7 @@ def test_list_operations(transport: str = "grpc"):
77997799

78007800

78017801
@pytest.mark.asyncio
7802-
async def test_list_operations(transport: str = "grpc"):
7802+
async def test_list_operations_async(transport: str = "grpc"):
78037803
client = CertificateManagerAsyncClient(
78047804
credentials=ga_credentials.AnonymousCredentials(),
78057805
transport=transport,
@@ -7944,7 +7944,7 @@ def test_list_locations(transport: str = "grpc"):
79447944

79457945

79467946
@pytest.mark.asyncio
7947-
async def test_list_locations(transport: str = "grpc"):
7947+
async def test_list_locations_async(transport: str = "grpc"):
79487948
client = CertificateManagerAsyncClient(
79497949
credentials=ga_credentials.AnonymousCredentials(),
79507950
transport=transport,

0 commit comments

Comments
 (0)