Update tests
This commit is contained in:
parent
2ca1f92697
commit
e7d6c3fedc
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ func TestBuildAuthLocation(t *testing.T) {
|
|||
}
|
||||
|
||||
encodedAuthURL := strings.Replace(base64.URLEncoding.EncodeToString([]byte(loc.Path)), "=", "", -1)
|
||||
externalAuthPath := fmt.Sprintf("/_external-auth-%v", encodedAuthURL)
|
||||
externalAuthPath := fmt.Sprintf("/_external-auth-%v-default", encodedAuthURL)
|
||||
|
||||
testCases := []struct {
|
||||
title string
|
||||
|
|
Loading…
Reference in a new issue