Skip to content

Commit

Permalink
Merge pull request #2729 from liyongxin/master
Browse files Browse the repository at this point in the history
typo fix about overridden
  • Loading branch information
dmp42 committed Oct 2, 2018
2 parents 451cd54 + de8636b commit 1cb4180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/client/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ func TestSanitizeLocation(t *testing.T) {
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",
source: "http://blahalaja.com/v1",
expected: "https://mwhahaha.com/v2/foo/baasdf?_state=asdfasfdasdfasdf",
Expand Down

0 comments on commit 1cb4180

Please sign in to comment.