Skip to content

Commit

Permalink
fix fetch test
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Apr 24, 2023
1 parent 73b6a6c commit c8293d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vichan/fetch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func TestFetch(t *testing.T) {
url := "https://lainchan.org/sec/res/18084.html"
thread, err := Fetch(url, "LainView/1.0", 100, 3, time.Second*5)
thread, err := Fetch(url, "LainView/1.0", 100, 3, time.Second*5, true, false, true)
if err != nil {
t.Errorf("%v", err)
}
Expand Down

0 comments on commit c8293d4

Please sign in to comment.