Browse code

Merge pull request #41271 from thaJeztah/19.03_backport_remove_dockerproject_from_tests

[19.03 backport] Remove apt.dockerproject.org from test

Akihiro Suda authored on 2020/07/28 16:44:42
Showing 1 changed files
... ...
@@ -1403,7 +1403,7 @@ func (s *DockerSuite) TestRunNonRootUserResolvName(c *testing.T) {
1403 1403
 	// Not applicable on Windows as Windows does not support --user
1404 1404
 	testRequires(c, testEnv.IsLocalDaemon, Network, DaemonIsLinux, NotArm)
1405 1405
 
1406
-	dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "apt.dockerproject.org")
1406
+	dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "example.com")
1407 1407
 
1408 1408
 	cID := getIDByName(c, "testperm")
1409 1409