diff --git a/config_test.go b/config_test.go index 2558c834..25d424cd 100644 --- a/config_test.go +++ b/config_test.go @@ -29,7 +29,7 @@ func TestConfigLoadJSON_client(t *testing.T) { t.Fatalf("err: %s", err) } - var expected clientSecretsFile + var expected clientSecretsFile expected.Web.AuthURI = "https://accounts.google.com/o/oauth2/auth" expected.Web.ClientEmail = "foo@developer.gserviceaccount.com" expected.Web.ClientId = "foo.apps.googleusercontent.com"