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:
Alexis Lefebvre
2022-09-14 15:15:06 +02:00
committed by 6543
parent 795bbd8988
commit 3266e5f3cc
5 changed files with 27 additions and 27 deletions

View File

@@ -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"