Fixed Tyler's nits

Change-Id: I2dc28d4f427509b3e62eeb9f14b1583178812038
This commit is contained in:
Patrick Jones
2021-01-12 11:44:53 -08:00
parent 5e41ced9dd
commit 3ab51622f8
3 changed files with 5 additions and 8 deletions

View File

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