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

Unified Diff: server/auth/addr_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 | « common/auth/auth.go ('k') | server/auth/auth_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/auth/addr_test.go
diff --git a/server/auth/addr_test.go b/server/auth/addr_test.go
index 1ffc4af1e6adb6643a042b909536ed4efdb51c01..856bbd4240e349d48e2c8ccd429d64fd987abd9d 100644
--- a/server/auth/addr_test.go
+++ b/server/auth/addr_test.go
@@ -14,6 +14,8 @@ import (
)
func TestParseRemoteIP(t *testing.T) {
+ t.Parallel()
+
Convey(`Test suites`, t, func() {
for _, tc := range []struct {
v string
« no previous file with comments | « common/auth/auth.go ('k') | server/auth/auth_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698