migrate reference github.com/distribution/reference
The "reference" package was moved to a separate module, which was extracted
from b9b19409cf
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -27,7 +27,7 @@ func TestNewPullCommandErrors(t *testing.T) {
|
||||
},
|
||||
{
|
||||
name: "invalid-name",
|
||||
expectedError: "invalid reference format: repository name must be lowercase",
|
||||
expectedError: "invalid reference format: repository name (library/UPPERCASE_REPO) must be lowercase",
|
||||
args: []string{"UPPERCASE_REPO"},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user