Skip to content

Commit c8c8bf4

Browse files
committed
remove TODO
1 parent abbeb2f commit c8c8bf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net/http/fs_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,6 @@ func testFileServerDirWithRootFile(t *testing.T, mode testMode) {
16211621
ts := newClientServerTest(t, mode, FileServer(Dir("testdata/index.html"))).ts
16221622
defer ts.Close()
16231623

1624-
// TODO: try with /test path
16251624
res, err := ts.Client().Get(ts.URL)
16261625
if err != nil {
16271626
t.Fatal(err)

0 commit comments

Comments
 (0)