diff --git a/azuredevops/connection.go b/azuredevops/connection.go index eb76f53..be46f4b 100644 --- a/azuredevops/connection.go +++ b/azuredevops/connection.go @@ -53,7 +53,7 @@ func CreateBasicAuthHeaderValue(username, password string) string { } func normalizeUrl(url string) string { - return strings.ToLower(strings.TrimRight(url, "/")) + return strings.TrimRight(url, "/") } func (connection *Connection) GetClientByResourceAreaId(ctx context.Context, resourceAreaID uuid.UUID) (*Client, error) {