Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
| ... | ... |
@@ -371,7 +371,7 @@ func (s *DockerTrustSuite) TestTrustedPullWithExpiredSnapshot(c *check.C) {
|
| 371 | 371 |
} |
| 372 | 372 |
|
| 373 | 373 |
// Test that pull continues after client has disconnected. #15589 |
| 374 |
-func (s *DockerTrustSuite) TestPullClientDisconnect(c *check.C) {
|
|
| 374 |
+func (s *DockerSuite) TestPullClientDisconnect(c *check.C) {
|
|
| 375 | 375 |
testRequires(c, Network) |
| 376 | 376 |
|
| 377 | 377 |
repoName := "hello-world:latest" |