From f0811f8b53f5a84a50074ea529b452672a1b2bed Mon Sep 17 00:00:00 2001 From: Delaney Gillilan Date: Wed, 21 Jun 2023 08:09:05 -0700 Subject: [PATCH] force commit lint to run --- group_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_test.go b/group_test.go index 4a165dd..6c81f23 100644 --- a/group_test.go +++ b/group_test.go @@ -124,8 +124,8 @@ func testGroupMethods(t *testing.T) { testMethod := func(method, expect string) { result = "" - url := fmt.Sprintf("%s/%s", fullUserPath, method) w := httptest.NewRecorder() + url := fmt.Sprintf("%s/%s", fullUserPath, method) r, _ := http.NewRequest(method, url, nil) router.ServeHTTP(w, r)