Chromium Code Reviews| 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"}} |