mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-19 12:04:09 -04:00
@@ -2050,7 +2050,9 @@ func TestDeleteGroup(t *testing.T) {
|
||||
formatpart := getFormatString(format)
|
||||
for _, data := range testData {
|
||||
err := createGroup(data)
|
||||
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
res, err := sendRequest(
|
||||
"DELETE",
|
||||
fmt.Sprintf("/%v/cloud/groups/%v%v", ocsVersion, data.ID, formatpart),
|
||||
|
||||
Reference in New Issue
Block a user