mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 08:57:41 +00:00
use example.com instead of foo.com (#1188)
http://example.com/ is a reserved domain name, which is perfect for examples, while foo.com is a random domain name
This commit is contained in:
@@ -161,7 +161,7 @@ func TestWithProxy(t *testing.T) {
|
||||
}
|
||||
|
||||
// alter the default values
|
||||
noProxy = "foo.com"
|
||||
noProxy = "example.com"
|
||||
httpProxy = "bar.com"
|
||||
httpsProxy = "baz.com"
|
||||
|
||||
|
Reference in New Issue
Block a user