Skip to content

Commit 7f72993

Browse files
authored
admin: remove duplicate calls code (#193)
RELEASE NOTES: NONE
1 parent ab22b9d commit 7f72993

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

admin/router_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ func TestRouter_ServeHTTP(t *testing.T) {
9696
addr := mustListenAndServe(t, r)
9797
resp, err := http.Get(fmt.Sprintf("http://%v%s", addr, "/index"))
9898
require.Nil(t, err)
99-
require.Nil(t, err)
10099
body, err := io.ReadAll(resp.Body)
101100
resp.Body.Close()
102101

0 commit comments

Comments
 (0)