forked from remote/oauth2
Fixed Tyler's nits
Change-Id: I2dc28d4f427509b3e62eeb9f14b1583178812038
This commit is contained in:
@@ -39,7 +39,7 @@ var (
|
||||
testNow = func() time.Time { return time.Unix(expiry, 0) }
|
||||
)
|
||||
|
||||
func TestToken_Func(t *testing.T) {
|
||||
func TestToken(t *testing.T) {
|
||||
|
||||
targetServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
if got, want := r.URL.String(), "/"; got != want {
|
||||
|
||||
Reference in New Issue
Block a user