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

Commit 6495273

Browse files
committed
fix typo
1 parent fd0bb03 commit 6495273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ async def intercept_stream_stream(
387387
@pytest.fixture
388388
def intercepted_echo_grpc(use_mtls):
389389
# The interceptor adds 'showcase-trailer' client metadata. Showcase server
390-
# echos any metadata with key 'showcase-trailer', so the same metadata
390+
# echoes any metadata with key 'showcase-trailer', so the same metadata
391391
# should appear as trailing metadata in the response.
392392
interceptor = EchoMetadataClientGrpcInterceptor(
393393
"showcase-trailer",
@@ -410,7 +410,7 @@ def intercepted_echo_grpc(use_mtls):
410410
@pytest.fixture
411411
def intercepted_echo_grpc_async():
412412
# The interceptor adds 'showcase-trailer' client metadata. Showcase server
413-
# echos any metadata with key 'showcase-trailer', so the same metadata
413+
# echoes any metadata with key 'showcase-trailer', so the same metadata
414414
# should appear as trailing metadata in the response.
415415
interceptor = EchoMetadataClientGrpcAsyncInterceptor(
416416
"showcase-trailer",

0 commit comments

Comments
 (0)