Jelajahi Sumber

Merge pull request #41271 from thaJeztah/19.03_backport_remove_dockerproject_from_tests

[19.03 backport] Remove apt.dockerproject.org from test
Akihiro Suda 5 tahun lalu
induk
melakukan
c200868fa2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      integration-cli/docker_cli_run_test.go

+ 1 - 1
integration-cli/docker_cli_run_test.go

@@ -1403,7 +1403,7 @@ func (s *DockerSuite) TestRunNonRootUserResolvName(c *testing.T) {
 	// Not applicable on Windows as Windows does not support --user
 	testRequires(c, testEnv.IsLocalDaemon, Network, DaemonIsLinux, NotArm)
 
-	dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "apt.dockerproject.org")
+	dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "example.com")
 
 	cID := getIDByName(c, "testperm")