Skip to content

Commit

Permalink
Merge branch 'master' into update-ocis-phoenix-0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Hirt authored Oct 9, 2020
2 parents 98ebab1 + 899bd20 commit 1f563da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocs/pkg/server/http/svc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ func createUser(u User) error {
func createGroup(g Group) error { //lint:file-ignore U1000 not implemented
_, err := sendRequest(
"POST",
"/v1.php/cloud/users?format=json",
"/v1.php/cloud/groups?format=json",
g.getGroupRequestString(),
"admin:admin",
)
Expand Down Expand Up @@ -525,7 +525,7 @@ func TestCreateUser(t *testing.T) {
nil,
},

// User withoutl password
// User without password
// https://github.com/owncloud/ocis/ocs/issues/50
{
User{
Expand Down Expand Up @@ -1786,7 +1786,7 @@ func TestRemoveUserFromGroup(t *testing.T) {
}

// Issue: https://github.com/owncloud/ocis-ocs/issues/59 - cloud/capabilities endpoint not implemented
func TestCapablilities(t *testing.T) {
func TestCapabilities(t *testing.T) {
for _, ocsVersion := range ocsVersions {
for _, format := range formats {
formatpart := getFormatString(format)
Expand Down

0 comments on commit 1f563da

Please sign in to comment.