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

Unified Diff: server/auth/auth_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/addr_test.go ('k') | server/auth/cache_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/auth/auth_test.go
diff --git a/server/auth/auth_test.go b/server/auth/auth_test.go
index de6867c66839eccac95a86e43c071fac411cade0..4a979166146a00d7f36d0385f07a64103e5b50ab 100644
--- a/server/auth/auth_test.go
+++ b/server/auth/auth_test.go
@@ -24,6 +24,8 @@ import (
)
func TestAuthenticate(t *testing.T) {
+ t.Parallel()
+
Convey("IsAllowedOAuthClientID on default DB", t, func() {
c := context.Background()
auth := Authenticator{fakeOAuthMethod{clientID: "some_client_id"}}
« no previous file with comments | « server/auth/addr_test.go ('k') | server/auth/cache_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698