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

Unified Diff: server/auth/delegation_test.go

Issue 2646543003: server/auth: Add TokenSource call. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « server/auth/context_test.go ('k') | server/auth/handlers_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/auth/delegation_test.go
diff --git a/server/auth/delegation_test.go b/server/auth/delegation_test.go
index 0920b988875ff753f038e98e99332ad77d1668bb..6d389f21b227c67d12a80c7c9c5caa66cedda026 100644
--- a/server/auth/delegation_test.go
+++ b/server/auth/delegation_test.go
@@ -23,6 +23,8 @@ import (
)
func TestMintDelegationToken(t *testing.T) {
+ t.Parallel()
+
Convey("MintDelegationToken works", t, func() {
ctx := context.Background()
ctx, _ = testclock.UseTime(ctx, testclock.TestRecentTimeUTC)
« no previous file with comments | « server/auth/context_test.go ('k') | server/auth/handlers_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698