MCPcopy
hub / github.com/helm/helm / Test_5_ImageIndex

Method Test_5_ImageIndex

pkg/registry/client_http_test.go:75–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (suite *HTTPRegistryClientTestSuite) Test_5_ImageIndex() {
76 ref := suite.FakeRegistryHost + "/testrepo/image-index:0.1.0"
77
78 _, err := suite.RegistryClient.Pull(ref)
79 suite.Nil(err)
80}
81
82func TestHTTPRegistryClientTestSuite(t *testing.T) {
83 suite.Run(t, new(HTTPRegistryClientTestSuite))

Callers

nothing calls this directly

Calls 1

PullMethod · 0.80

Tested by

no test coverage detected