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

Commit 168d8c4

Browse files
committed
Fix the wrong fixture setting
1 parent b4c3025 commit 168d8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def identity():
6363

6464

6565
@pytest.fixture
66-
async def async_identity():
66+
def async_identity():
6767
transport = IdentityAsyncClient.get_transport_class('grpc_asyncio')(
6868
channel=aio.insecure_channel('localhost:7469'),
6969
)

0 commit comments

Comments
 (0)