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

Unified Diff: server/auth/handlers_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/delegation_test.go ('k') | server/auth/state_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/auth/handlers_test.go
diff --git a/server/auth/handlers_test.go b/server/auth/handlers_test.go
index 3aa1433f498e7d65d31e160c8047716a564c8b25..430271635bd9292f64673357eb4d7da308311935 100644
--- a/server/auth/handlers_test.go
+++ b/server/auth/handlers_test.go
@@ -20,6 +20,8 @@ import (
)
func TestCertificatesHandler(t *testing.T) {
+ t.Parallel()
+
call := func(s signing.Signer) (*signing.PublicCertificates, error) {
r := router.New()
InstallHandlers(r, router.NewMiddlewareChain(
@@ -55,6 +57,8 @@ func TestCertificatesHandler(t *testing.T) {
}
func TestServiceInfoHandler(t *testing.T) {
+ t.Parallel()
+
Convey("Works", t, func() {
r := router.New()
signer := &phonySigner{}
« no previous file with comments | « server/auth/delegation_test.go ('k') | server/auth/state_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698