We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ff5db commit ec197a4Copy full SHA for ec197a4
1 file changed
e2e/python/oidc/oidc_auth_test.py
@@ -149,7 +149,7 @@ def _grpc_channel() -> grpc.Channel:
149
return grpc.insecure_channel(target)
150
151
152
-def _stub_with_token(token: str) -> openshell_pb2_grpc.OpenShellStub:
+def _stub_with_token(token: str) -> tuple[openshell_pb2_grpc.OpenShellStub, list[tuple[str, str]]]:
153
"""Create a gRPC stub that injects a Bearer token."""
154
channel = _grpc_channel()
155
return openshell_pb2_grpc.OpenShellStub(channel), [
0 commit comments