mirror of
https://github.com/distribution/distribution.git
synced 2025-09-03 07:54:41 +00:00
Merge pull request #2729 from liyongxin/master
typo fix about overridden
This commit is contained in:
@@ -1336,7 +1336,7 @@ func TestSanitizeLocation(t *testing.T) {
|
|||||||
expected: "http://blahalaja.com/v2/foo/baasdf?_state=asdfasfdasdfasdf&digest=foo",
|
expected: "http://blahalaja.com/v2/foo/baasdf?_state=asdfasfdasdfasdf&digest=foo",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "ensure new hostname overidden",
|
description: "ensure new hostname overridden",
|
||||||
location: "https://mwhahaha.com/v2/foo/baasdf?_state=asdfasfdasdfasdf",
|
location: "https://mwhahaha.com/v2/foo/baasdf?_state=asdfasfdasdfasdf",
|
||||||
source: "http://blahalaja.com/v1",
|
source: "http://blahalaja.com/v1",
|
||||||
expected: "https://mwhahaha.com/v2/foo/baasdf?_state=asdfasfdasdfasdf",
|
expected: "https://mwhahaha.com/v2/foo/baasdf?_state=asdfasfdasdfasdf",
|
||||||
|
Reference in New Issue
Block a user