forked from Mirrors/oauth2
oauth2/google: fixed comment formatting and clarified naming
This commit is contained in:
parent
f46c65f948
commit
6513477b5b
|
@ -34,6 +34,4 @@ func (c *ClientAuthentication) InjectAuthentication(values url.Values, headers h
|
||||||
values.Set("client_id", c.ClientID)
|
values.Set("client_id", c.ClientID)
|
||||||
values.Set("client_secret", c.ClientSecret)
|
values.Set("client_secret", c.ClientSecret)
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ package externalaccount
|
||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
func TestError_Generator(t *testing.T) {
|
func TestError(t *testing.T) {
|
||||||
e := Error{
|
e := Error{
|
||||||
"42",
|
"42",
|
||||||
"http:thisIsAPlaceholder",
|
"http:thisIsAPlaceholder",
|
||||||
|
|
Loading…
Reference in New Issue