forked from Mirrors/oauth2
Removed extraneous whitespace.
Change-Id: I591e9aafef142593a9ae2071ead388d9d311552f
This commit is contained in:
parent
3cb804a538
commit
5690716363
|
@ -97,7 +97,7 @@ func TestExchangeToken_Err(t *testing.T) {
|
||||||
headers.Add("Content-Type", "application/x-www-form-urlencoded")
|
headers.Add("Content-Type", "application/x-www-form-urlencoded")
|
||||||
_, err := ExchangeToken(context.Background(), ts.URL, &tokenRequest, auth, headers, nil)
|
_, err := ExchangeToken(context.Background(), ts.URL, &tokenRequest, auth, headers, nil)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
t.Errorf(" Expected handled error; instead got nil.")
|
t.Errorf("Expected handled error; instead got nil.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue