Skip to content

Commit

Permalink
force commit lint to run
Browse files Browse the repository at this point in the history
  • Loading branch information
delaneyj committed Jun 21, 2023
1 parent a36e702 commit f0811f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f0811f8

Please sign in to comment.