Skip to content

Commit 8fabdcf

Browse files
committed
[fix] update tests
1 parent 08a390f commit 8fabdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colly_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ func TestEnvSettings(t *testing.T) {
12931293
func TestUserAgent(t *testing.T) {
12941294
const exampleUserAgent1 = "Example/1.0"
12951295
const exampleUserAgent2 = "Example/2.0"
1296-
const defaultUserAgent = "colly - https://github.com/gocolly/colly/v2"
1296+
const defaultUserAgent = "colly - https://github.com/gocolly/colly"
12971297

12981298
ts := newTestServer()
12991299
defer ts.Close()

0 commit comments

Comments
 (0)