Skip to content
Snippets Groups Projects
Unverified Commit 1cb4180b authored by Olivier Gambier's avatar Olivier Gambier Committed by GitHub
Browse files

Merge pull request #2729 from liyongxin/master

typo fix about overridden
parents 451cd548 de8636b7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment