Skip to content

Commit 9538e75

Browse files
committed
fix httputilx test
1 parent d1889aa commit 9538e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httputilx/httputilx_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func TestFetch(t *testing.T) {
202202
cases := []struct {
203203
in, want, wantErr string
204204
}{
205-
{"http://example.com", "<html>", ""},
205+
{"http://example.com", "<html", ""},
206206
{"http://fairly-certain-this-doesnt-exist-asdasd12g1ghdfddd.com", "", "cannot download"},
207207
{"http://httpbin.org/status/400", "", "400"},
208208
{"http://httpbin.org/status/500", "", "500"},

0 commit comments

Comments
 (0)