소스 검색

Merge pull request #15893 from tonistiigi/fix-testsuite

Use DockerSuite for PullClientDisconnect test
Alexander Morozov 10 년 전
부모
커밋
0ca2c3abf5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      integration-cli/docker_cli_pull_test.go

+ 1 - 1
integration-cli/docker_cli_pull_test.go

@@ -371,7 +371,7 @@ func (s *DockerTrustSuite) TestTrustedPullWithExpiredSnapshot(c *check.C) {
 }
 }
 
 
 // Test that pull continues after client has disconnected. #15589
 // Test that pull continues after client has disconnected. #15589
-func (s *DockerTrustSuite) TestPullClientDisconnect(c *check.C) {
+func (s *DockerSuite) TestPullClientDisconnect(c *check.C) {
 	testRequires(c, Network)
 	testRequires(c, Network)
 
 
 	repoName := "hello-world:latest"
 	repoName := "hello-world:latest"