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

Unified Diff: tokenserver/client/tokenclient_test.go

Issue 2785973002: token-server: Add protos for new API for generating service account tokens. (Closed)
Patch Set: fix tests Created 3 years, 9 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 8427d18dc94c0b442fcb82b6cb54c88f3ba16f7b..395c27c6e3ef30c89af793483ea4cb01f73110a8 100644
--- a/tokenserver/client/tokenclient_test.go
+++ b/tokenserver/client/tokenclient_test.go
@@ -93,10 +93,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/oauth_token_grant.proto ('K') | « tokenserver/client/tokenclient.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698