Skip to content

Commit

Permalink
typo fix about overridden
Browse files Browse the repository at this point in the history
Signed-off-by: Yongxin Li <yxli@alauda.io>
  • Loading branch information
liyongxin committed Sep 27, 2018
1 parent d37f816 commit de8636b
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 de8636b

Please sign in to comment.