Merge pull request #2729 from liyongxin/master
typo fix about overridden
This commit is contained in:
commit
1cb4180b1a
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue