We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a390f commit 8fabdcfCopy full SHA for 8fabdcf
colly_test.go
@@ -1293,7 +1293,7 @@ func TestEnvSettings(t *testing.T) {
1293
func TestUserAgent(t *testing.T) {
1294
const exampleUserAgent1 = "Example/1.0"
1295
const exampleUserAgent2 = "Example/2.0"
1296
- const defaultUserAgent = "colly - https://github.com/gocolly/colly/v2"
+ const defaultUserAgent = "colly - https://github.com/gocolly/colly"
1297
1298
ts := newTestServer()
1299
defer ts.Close()
0 commit comments