This commit is contained in:
Mitchell Hashimoto 2014-08-25 16:23:38 -07:00
parent 5f79e59ed1
commit 5833d871ac

View File

@ -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"