Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: tokenserver/client/tokenclient_test.go

Issue 2785973002: token-server: Add protos for new API for generating service account tokens. (Closed)
Patch Set: more nits Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tokenserver/client/tokenclient_test.go
diff --git a/tokenserver/client/tokenclient_test.go b/tokenserver/client/tokenclient_test.go
index 5b270ba7f08398b68a4b5f780c694acc4a88d0b1..48c6d3d4bf9a8ea83a82d0b33f26b720dd7434d3 100644
--- a/tokenserver/client/tokenclient_test.go
+++ b/tokenserver/client/tokenclient_test.go
@@ -103,10 +103,6 @@ func (f *fakeRPCClient) MintMachineToken(ctx context.Context, in *minter.MintMac
return &f.Out, nil
}
-func (f *fakeRPCClient) MintDelegationToken(context.Context, *minter.MintDelegationTokenRequest, ...grpc.CallOption) (*minter.MintDelegationTokenResponse, error) {
- panic("not implemented")
-}
-
// fakeSigner implements Signer.
type fakeSigner struct{}
« tokenserver/api/minter/v1/token_minter.proto ('K') | « tokenserver/client/tokenclient.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698