Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/contrib/grpc_aio/test_grpc_aio.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ async def test_invalid_target(server_info, tracer):

assert client_span.resource == "/helloworld.Hello/SayHello"
assert client_span.error == 1
assert client_span.get_tag(ERROR_MSG) == "failed to connect to all addresses"
assert "failed to connect to all addresses" in client_span.get_tag(ERROR_MSG)
assert client_span.get_tag(ERROR_TYPE) == "StatusCode.UNAVAILABLE"
assert client_span.get_tag(ERROR_STACK) is None

Expand Down