MCPcopy Index your code
hub / github.com/docker/docker-agent / TestNormalizeReference_InvalidReference

Function TestNormalizeReference_InvalidReference

pkg/remote/pull_test.go:509–514  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

507}
508
509func TestNormalizeReference_InvalidReference(t *testing.T) {
510 t.Parallel()
511
512 _, err := NormalizeReference(":::invalid")
513 require.Error(t, err)
514}
515
516func TestIsDigestReference(t *testing.T) {
517 t.Parallel()

Callers

nothing calls this directly

Calls 2

NormalizeReferenceFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected