mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
Graph test coverage (#5098)
* First iteration of a groups test * Do not render a result in case of an error * Generate mocks for identity.Backend * Export listResponse (-> ListResponse) * Add unit tests for GetGroups * Finish GetGroups unit tests * Increase test coverage * Increase test coverage * Increase test coverage * Add missing mocks * Fix return codes * Fix error messages
This commit is contained in:
@@ -119,7 +119,7 @@ func (g Graph) getWebDavBaseURL() (*url.URL, error) {
|
||||
return webDavBaseURL, nil
|
||||
}
|
||||
|
||||
type listResponse struct {
|
||||
type ListResponse struct {
|
||||
Value interface{} `json:"value,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user