We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186c3e4 commit ce92a34Copy full SHA for ce92a34
tests/unit/test_client_info.py
@@ -85,9 +85,7 @@ def test_to_user_agent_full():
85
86
user_agent = info.to_user_agent()
87
88
- assert (
89
- user_agent == "app-name/1.0 gl-python/1 grpc/2 gax/3 gapic/4 gccl/5 pb/6"
90
- )
+ assert user_agent == "app-name/1.0 gl-python/1 grpc/2 gax/3 gapic/4 gccl/5 pb/6"
91
92
93
def test_to_user_agent_rest():
0 commit comments