Update tests

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-11-12 14:00:21 -03:00
parent 2ca1f92697
commit e7d6c3fedc

View file

@ -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