forked from remote/oauth2
google: minor tweaks
Change-Id: Ic0e6363b19bbfd40df6b7b15322abf43c9990688
This commit is contained in:
@@ -75,7 +75,7 @@ func TestToken_Func(t *testing.T) {
|
||||
|
||||
tok, err := ourTS.Token()
|
||||
if err != nil {
|
||||
t.Errorf("Unexpected error: %e", err)
|
||||
t.Fatalf("Unexpected error: %e", err)
|
||||
}
|
||||
if got, want := tok.AccessToken, correctAT; got != want {
|
||||
t.Errorf("Unexpected access token: got %v, but wanted %v", got, want)
|
||||
|
||||
Reference in New Issue
Block a user