diff --git a/integration-cli/check_test.go b/integration-cli/check_test.go index 3a80943916..9cb6aad914 100644 --- a/integration-cli/check_test.go +++ b/integration-cli/check_test.go @@ -454,6 +454,10 @@ type DockerTrustSuite struct { not *testNotary } +func (s *DockerTrustSuite) OnTimeout(c *check.C) { + s.ds.OnTimeout(c) +} + func (s *DockerTrustSuite) SetUpTest(c *check.C) { testRequires(c, registry.Hosting, NotaryServerHosting) s.reg = setupRegistry(c, false, "", "")